Skip to content
Discussion options

You must be logged in to vote

MirrorMaker2 is built on top of KafkaConnect, which is built on top of KafkaClient APIs. This means that it works like you say, it simply try again. By default, producer's retries are MAX_INT. Note that the semantics is at_least_once, so your consumer on the target cluster should be idempotent if you don't want duplicates.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by alizard0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants