You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
+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.
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:
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.
The text was updated successfully, but these errors were encountered: