Skip to content

Commit

Permalink
Update kafka-mirroraker-2-0-guide.md
Browse files Browse the repository at this point in the history
Corrected the warning message.
  • Loading branch information
sreekzz authored May 23, 2022
1 parent 4d78b09 commit 74ab5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/hdinsight/kafka/kafka-mirroraker-2-0-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ destination.sasl.mechanism=GSSAPI

**How will the consumers behave on migration, if that the destination cluster may have a different offset mapping to data points?**

Mirrormaker2’s MirrorCheckpointConnector automatically stores consumer group offset checkpoints for consumer groups on the source cluster. Each checkpoint contains a mapping of the last committed offset for each group in the source cluster to the equivalent offset in destination cluster. So on migration the consumers that start consuming from same topic on the destination cluster will be able to resume receiving messages from the last offset they committed on the source cluster.
Mirrormaker2’s MirrorCheckpointConnector automatically stores consumer group offset checkpoints for consumer groups on the source cluster. Each checkpoint contains a mapping of the last committed offset for each group in the source cluster to the equivalent offset in destination cluster. So on migration the consumers that start consuming from same topic on the destination cluster will be able to resume receiving messages from the last offset they committed on the source cluster.

**How can we retain the exact topic name in destination cluster, as the source alias is prefixed with all the topics replicated?**

Expand Down

0 comments on commit 74ab5ac

Please sign in to comment.