Exactly-once delivery in Aiven for Apache Kafka MirrorMaker 2
Exactly-once delivery in Aiven for Apache Kafka MirrorMaker 2 replicates each message exactly once between clusters, preventing duplicates or data loss.
Exactly-once delivery semantics
Exactly-once delivery semantics provide a transactional guarantee for message replication, ensuring that all messages in a batch are either fully committed to the target cluster or not replicated at all. This maintains data consistency across clusters.
note
Exactly-once delivery does not require ACL modifications by default. However, in
external Apache Kafka setups where ACLs are applied to the TransactionalId resource,
review and adjust these ACLs as needed to enable exactly-once delivery.