MeltwaterArchive / dropwizard-extra

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

Add integration for Kafka Producer API #8

Open nicktelford opened 11 years ago

nicktelford commented 11 years ago

We provide an integration to Kafka's high-level Consumer API, but not to its counter-part, the Producer API.

We do provide KafkaProducerConfiguration, but it is (internally) unused.

We should provide a simple and robust integration to Kafka's Producer API.

mjwillson commented 10 years ago

+1. Any chance of this? At the moment the KafkaProducerBuilder can't actually build a Producer, kinda false advertising :)