Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide linux/arm64 based container image for ksqlDB Server #93

Open
jeroenhe opened this issue Dec 8, 2022 · 2 comments
Open

Provide linux/arm64 based container image for ksqlDB Server #93

jeroenhe opened this issue Dec 8, 2022 · 2 comments

Comments

@jeroenhe
Copy link

jeroenhe commented Dec 8, 2022

First off, thank you for these wonderful container images.

When running the ksqlDB quickstart example locally on my MacBook Pro M1 (which has an arm64 processor), I experienced problems with performance, resulting in connection problems when trying to connect from the ksql-cli to the ksql-server. Also, queries/commands on the cli (when it does connect to the ksqlDB server) sometimes just freeze and if they execute, they take longer than necessary.

For clarification, in Docker Desktop it shows the orange exclamation mark with the ksqldb-cli image based containers:

Screenshot 2022-12-08 at 13 36 51

I have identified that this is caused by the fact that for the ksqldb-server image no linux/arm64 version is available (in contrast to other images like images for kafka and zookeeper). Docker Desktop tries to 'help' by using QEMU under the hood to allow this image to 'run', which it does, but with a terrible performance.

Could you please add support for the ARM64 architecture for this ksqlDB server image? That would allow me and other Apple M1 users to use the quickstart in a local fashion as intended.

@javaduke
Copy link

I'm not able to run ksqldb on my M3 at all, the image just crashes. Please please provide arm64 images!

@lorello
Copy link

lorello commented Nov 4, 2024

+1 for an arm docker image, we are moving to ec2 instances with arm cpu and this is the only software that still does not provide an official image for this architecture.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants