79805395

Date: 2025-10-31 04:32:37
Score: 2
Natty:
Report link

As per https://issues.apache.org/jira/browse/KAFKA-19607?jql=project%20%3D%20KAFKA%20AND%20text%20~%20%22Mirrormaker%22%20ORDER%20BY%20created%20DESC,, MM2 will only replicate consumer offsets if the consumer is still active or has reached the end of the partition.

If the consumer has lag, the offset translation to the target cluster can be inaccurate, and will be worse when the consumer is further away from the end of the topic (i.e. has high lag)

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Wee