MeltwaterArchive / dropwizard-extra

A set of miscellaneous and common Dropwizard utilities
109 stars 45 forks source link

Upgrade to Kafka 0.8 #9

Closed nicktelford closed 10 years ago

nicktelford commented 11 years ago

Once Kafka 0.8 is released and a build is finally available on Maven Central, we should upgrade to it.

This will require some modifications to the KafkaConsumer API, but should be worth it.

novabyte commented 10 years ago

@nicktelford Has there been any progress on this?

nicktelford commented 10 years ago

Not for the time being, I've been rather busy with other things. At any rate, I would want to re-write the Kafka consumer integration from scratch anyway, so you're probably better off doing your own thing.

nicktelford commented 10 years ago

This now exists in master in the main dropwizard-extra-kafka module.