Message Ordering and Delivery Guarantees
Understanding messaging delivery guarantees (At Most Once, At Least Once, Exactly Once) and how to achieve message ordering.
Sep 16, 202524 min read37
Search for a command to run...
Articles tagged with #kafka
Understanding messaging delivery guarantees (At Most Once, At Least Once, Exactly Once) and how to achieve message ordering.
A crucial pattern for resilient messaging: how to use Dead Letter Queues (DLQs) to handle and investigate message failures.
Implementação de ETL distribuído para sincronização de estoque empresarial usando serialização Avro, Schema Registry e processamento incremental
A guide to common message queue patterns (e.g., Competing Consumers, Priority Queue) and anti-patterns to avoid.
A detailed, practical comparison between Apache Kafka and RabbitMQ, highlighting their architectures and ideal use cases.