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

Kafka Streams: Building on M1 mac fails #33

Open
marikka opened this issue Jul 7, 2023 · 2 comments
Open

Kafka Streams: Building on M1 mac fails #33

marikka opened this issue Jul 7, 2023 · 2 comments

Comments

@marikka
Copy link

marikka commented Jul 7, 2023

Running ./gradlew build causes errors on a M1 (ARM) mac, and the KTable and StreamsJoin examples don't work, apparently because Kafka Streams depends on RocksDB, and the version Kafka Streams 2.8.0 uses doesn't work on ARM macs. Updating the Kafka Streams dependencies in build.gradle to 3.5.0 seems to fix the problem.

@dirkbolte
Copy link

Same problem on M2. Proposed fix worked for me as well to get KTableExample working

@oleksandrivan
Copy link
Contributor

I opened a PR bumping to 3.3.0 which also solves the issue.
#35

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