Open nicktelford opened 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.
KafkaProducerConfiguration
We should provide a simple and robust integration to Kafka's Producer API.
+1. Any chance of this? At the moment the KafkaProducerBuilder can't actually build a Producer, kinda false advertising :)
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.