The Kafka Producer API sends data to topics in a Kafka cluster. It is possible that the producer application may end up sending the same message to Kafka more than once. The Producer API provides a simple way to avoid this by using the enable.idempotence property (which is set to false by default) Guidance on this topic will be covered later in this Refcard.
Table of contents
Kafka Client API – ProducerKafka Client API – ConsumerKafka ConnectKafka StreamsGeneralSort: