Axual / ksml

Kafka Streams for Low Code Environments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KSML lacking ARM64 compatibility

richard-axual opened this issue · comments

The docker image for KSML is For X86/64 only, causing a considerable slowdown on Apple Silicon machines for example.

The Docker compose file for running examples also uses images without support for Apple Silicon.

Update the workflows to release multi arch images, and use images with multiple architecture support in the docker compose

Workflows are updated to create ARM64 images of KSML and the example producer