ning2008wisc opened a new pull request #9451:
URL: https://github.com/apache/kafka/pull/9451


   KIP: 
https://cwiki.apache.org/confluence/display/KAFKA/KIP-656%3A+MirrorMaker2+Exactly-once+Semantics
   
   config to enable exactly-once (aka. transaction producer)
   ```
   primary->backup.transaction.producer.enabled: true
   primary->backup.topics: foo,bar,heartbeats
   topics: foo,bar,heartbeats
   primary.consumer.isolation.level: read_committed
   ```
   validation tool on k8s: 
https://github.com/ning2008wisc/kafka-producer-consumer-test
   
   TODO: (1) add unit test, (2) switch between `MirrorSinkConnector` and 
`MirrorSourceConnector` by config


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to