UnsatisfiedLinkError on Lib rocks DB dll when developing with Kafka Streams

后端 未结 6 1124
夕颜
夕颜 2020-12-18 05:34

I\'m writing a Kafka Streams application on my development Windows machine. If I try to use the leftJoin and branch features of Kafka Streams I get

6条回答
  •  春和景丽
    2020-12-18 05:58

    Faced similar issue in Mac. As per this link, https://github.com/facebook/rocksdb/issues/5064 issue is related to older libc installed in my version of Mac OS (10.11.6).

提交回复
热议问题