Kunal Arorakrishanblogs.hashnode.dev·Oct 4, 2024Idempotency in Kafka ProducerHow Producer and Broker Communication works? Whenever a Producer send a message to Broker , Broker will in return send an ACK to producer and log the message into the respective partition .In case producer doesn’t successfully received the ACK produc...1 like·155 readskakfa