-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Zookeper Docker image not working on Apple's arm64 #28570
Labels
Component: Developer Environment
This covers issues related to setting up a developer's environment
Milestone
Comments
armenzg
added
the
Component: Developer Environment
This covers issues related to setting up a developer's environment
label
Sep 15, 2021
Upgrading to 6.2.0 seems to have fixed the issue. |
Reopening since we had to back out the changes. |
armenzg
added a commit
that referenced
this issue
Oct 5, 2021
The current zookeeper image we use fails to execute on Apple's arm64 machines (see [issue][1]) for details). Only upgrading the version of both when executing on Apple arm64 machines. Fixes #28570. [1]: confluentinc/kafka-images#80 (comment)
armenzg
added a commit
that referenced
this issue
Oct 6, 2021
The current zookeeper image we use fails to execute on Apple's arm64 machines (see [issue][1]) for details). Only upgrading the version of both when executing on Apple arm64 machines. Fixes #28570. [1]: confluentinc/kafka-images#80 (comment)
armenzg
added a commit
that referenced
this issue
Oct 6, 2021
…29084) The current zookeeper image fails to execute on Apple's arm64 machines (see [issue][1]) for details). This change only upgrades the version when executing on Apple arm64 machines. Fixes #28570. [1]: confluentinc/kafka-images#80 (comment)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Component: Developer Environment
This covers issues related to setting up a developer's environment
We currently run 5.1.2 which is a couple of years old and does not run well on Apple M1's.
We could upgrade kafka and zookeeper to 6.2.0 where qemu panics don't happen.
We could also try not using zookeeper at all. See:
https://www.confluent.io/blog/kafka-without-zookeeper-a-sneak-peek/
#28568
The text was updated successfully, but these errors were encountered: