[ https://issues.apache.org/jira/browse/KAFKA-6033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16587598#comment-16587598 ]
John Roesler commented on KAFKA-6033: ------------------------------------- This is, unfortunately, correct, and there's not much we can do about it. There's upstream work in progress to make Rocks compatible with musl: [https://github.com/facebook/rocksdb/pull/3143] So, one option is to just wait. Alternatively, you could just use in-memory stores for this application (this may or may not work for your use case). It also is possible to build Alpine containers to use glibc: [https://wiki.alpinelinux.org/wiki/Running_glibc_programs] There are alpine+glibc containers available as well, but I don't want to recommend any particular one, since I have not audited them. > Kafka Streams does not work with musl-libc (alpine linux) > --------------------------------------------------------- > > Key: KAFKA-6033 > URL: https://issues.apache.org/jira/browse/KAFKA-6033 > Project: Kafka > Issue Type: Improvement > Components: streams > Affects Versions: 0.11.0.0 > Environment: Alpine 3.6 > Reporter: Jeffrey Zampieron > Priority: Major > > Using the released version of kafka fails on alpine based images b/c of > rocksdb using the jni and failing to load. -- This message was sent by Atlassian JIRA (v7.6.3#76005)