pingles / clj-kafka

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

Dependency cleanup #50

Closed ragnard closed 9 years ago

ragnard commented 9 years ago

Two main things:

  1. Update kafka to 0.8.2.1 (latest)
    • two minor breaking changes fixed
  2. Remove explicit dependencies that are already dependencies of Kafka (but with different versions). Let's give Kafka exactly the deps it requires, downstream users of this library can tweak if needed. Also, put zookeeper-clj last so it gets whatever org.apache.zookeeper version Kafka requires (not the other way around).

Admittedly, I don't know the history about the explicit deps, so I may be missing something.