pingles / clj-kafka

Wrapper to the Java API for interacting with Kafka
Eclipse Public License 1.0
211 stars 77 forks source link

Does this breaks with clojure 1.8? #82

Closed chhatanidinesh closed 8 years ago

pingles commented 8 years ago

OTOH I think some of our teams will be using 1.8 with clj-kafka. Are you unable to use 1.8 and clj-kakfa?

chhatanidinesh commented 8 years ago

Yes. My consumer is not consuming any messages. Kafka console consumer at same time works. On Mar 16, 2016 2:42 AM, "Paul Ingles" notifications@github.com wrote:

OTOH I think some of our teams will be using 1.8 with clj-kafka. Are you unable to use 1.8 and clj-kakfa?

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/pingles/clj-kafka/issues/82#issuecomment-197021133

pingles commented 8 years ago

Can you reproduce the behaviour running the clj-kafka tests with lein expectations having updated the dependency?

chhatanidinesh commented 8 years ago

We got the problem. We were using very old clj-kafka and which was breaking with clojure 1.8. Using the latest clj-kafka and clojure 1.8 doesn't seems to be a problem. Thanks for your suggestions.