Open veerapatyok opened 6 years ago
Hey @veerapatyok, thanks for submitting an issue.
What does your list of dependencies look like? Are you using another version of kafka / zookeeper that the one that embedded-kafka depends on?
I'm just guessing that newer versions of ZK API now expects a shutdown handler that we're not providing.
Thanks, Jeff
This is a list of dependencies I use
I use kafka client version 1.1.0
[embedded-kafka "0.6.0"]
[org.apache.kafka/kafka-clients "1.1.0"]
[ovotech/kafka-avro-confluent "0.8.0" :exclusions [org.clojure/clojure]]
[org.apache.kafka/kafka-streams "1.1.0" :exclusions [org.rocksdb/rocksdbjni com.fasterxml.jackson.core/jackson-core]]
[io.confluent/kafka-avro-serializer "4.0.0" :exclusions [com.fasterxml.jackson.core/jackson-core]]
[io.confluent/common-config "4.0.0"]
[io.confluent/common-utils "4.0.0"]
[io.confluent/kafka-schema-registry-client "4.0.0" :exclusions [com.fasterxml.jackson.core/jackson-core]]
[io.confluent/kafka-streams-avro-serde "4.0.0" :exclusions [org.slf4j/slf4j-api com.fasterxml.jackson.core/jackson-core]]
I solved this problem.
I added [org.apache.kafka/kafka_2.12 "1.1.0"]
Thank you
hi, I create api include kafka and I create test and use embedded kafka but I have a problem when I use
after that a zookeeper server close socket connection and then my repl close too.
my info log when start zookeeper
my info log when start broker
How to fix this problem? Thank you