Tag

Idempotent Producer

0 views collected around this technical thread.

Top Architect
Top Architect
Jan 31, 2023 · Backend Development

Solving Kafka Message Duplication with Idempotent Producer, Transactions, and Consumer Idempotence

This article explains why message duplication occurs in Kafka pipelines, describes the three delivery semantics, and provides three practical solutions—Kafka idempotent producer, Kafka transactions, and consumer‑side idempotence—along with configuration tips and code examples.

Consumer IdempotenceIdempotent ProducerKafka
0 likes · 11 min read
Solving Kafka Message Duplication with Idempotent Producer, Transactions, and Consumer Idempotence
Efficient Ops
Efficient Ops
Aug 3, 2020 · Backend Development

Mastering Kafka Producer API: Tips, Configurations, and Common Pitfalls

This article provides a comprehensive guide to Kafka's producer API, covering core concepts, client‑side workflow, essential configurations, idempotent and transactional producers, and practical Java code examples to help developers avoid common pitfalls and optimize message publishing.

Idempotent ProducerJavaKafka
0 likes · 21 min read
Mastering Kafka Producer API: Tips, Configurations, and Common Pitfalls