learn-kafka-courses
learn-kafka-courses copied to clipboard
Kafka Streams: Building on M1 mac fails
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.
Same problem on M2. Proposed fix worked for me as well to get KTableExample working
I opened a PR bumping to 3.3.0 which also solves the issue. https://github.com/confluentinc/learn-kafka-courses/pull/35