Idempotency in Kafka Producer
Oct 4, 2024 · 2 min read · How 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...
Join discussion