[
https://issues.apache.org/jira/browse/KAFKA-13776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514091#comment-17514091
]
Francis De Brabandere commented on KAFKA-13776:
-----------------------------------------------
With 3.1.0 4 of our tests using TopologyTestDriver failed with
```
java.lang.NoClassDefFoundError: Could not initialize class org.rocksdb.DBOptions
[info] at
org.apache.kafka.streams.state.internals.RocksDBStore.openDB(RocksDBStore.java:126)
[info] at
org.apache.kafka.streams.state.internals.RocksDBStore.init(RocksDBStore.java:250)
...
```
With 3.3.0-SNAPSHOT everything succeeds as on my x86-64 mac with 3.1.0 👍
Are there some kafka-streams tests I can try running locally?
> Update rocksdb to support arm64 M1 Mac
> ---------------------------------------
>
> Key: KAFKA-13776
> URL: https://issues.apache.org/jira/browse/KAFKA-13776
> Project: Kafka
> Issue Type: Improvement
> Components: streams
> Affects Versions: 3.1.0
> Reporter: Francis De Brabandere
> Priority: Major
> Attachments: compat_report.html
>
>
> I currently have issues with running kafka streams code on my mac. This is
> related to rocksdb that is missing a native dependency for arm64.
>
> Upstream this issue has been fixed in 6.29.4.1
> [https://github.com/facebook/rocksdb/issues/7720]
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)