Abdullah Yildirim

Results 7 issues of Abdullah Yildirim

# Summary As per https://github.com/numaproj/numaflow/pull/1683#discussion_r1569625987. We should also in the same file mention that `version_mapping.go` should be updated after each new release. # Use Cases After a release, in case...

enhancement
area/sdk

# Summary Currently, in order to facilitate the CI of our SDKs efficiently, we use local references in the dependency management files of the examples. If a user just copies...

enhancement
area/sdk

# Summary As per Sidhant's [comment](https://github.com/numaproj/numaflow-python/pull/153#discussion_r1558487324). # Use Cases When would you use this? --- **Message from the maintainers**: If you wish to see this enhancement implemented please add a...

enhancement

# Summary The example images are quite large in size, and take a while to build. We should optimize this to reduce both size and build time. Considered solution: Build...

enhancement

Currently, if someone runs an image on an `arm64`machine, they will get an error. We should modify the the the `Makefile` of the examples to support `arm64` in addition to...

Currently, if someone runs an image on an `arm64` machine they will get this error: `exec /usr/bin/java: exec format error`. We should modify the `pom.xml` to build all examples to...