Hello everyone!
I have installed a MirrorMaker2 cluster with 2 nodes that is replicating a 3 broker + zookeeper Kafka cluster with just under 1100 topics. The replication works as expected for all but the following topics:
STAGE.OU.task-updated-ics2-internal
STAGE.OU.task-updated-internal
STAGE.OU.task-upsert-events-internal
STAGE.OU.task-upsert-ics2-events-internal
TEST.OU.task-updated-ics2-internal
TEST.OU.task-updated-internal
TEST.OU.task-upsert-events-internal
TEST.OU.task-upsert-ics2-events-internal
There are several equivalent topics for a different environment that are replicated, however that is not important since they have no messages.
I do not know if it is of any relevance but the message count is as follows:
STAGE.OU.task-updated-ics2-internal - 55873
STAGE.OU.task-updated-internal - 420987
STAGE.OU.task-upsert-events-internal - 15000000+
STAGE.OU.task-upsert-ics2-events-internal - 43502
TEST.OU.task-updated-ics2-internal - 0
TEST.OU.task-updated-internal - 35
TEST.OU.task-upsert-events-internal - 14461
TEST.OU.task-upsert-ics2-events-internal - 0
I have made sure to include all topics through the mm2.properties configuration and that no topics are being excluded:
topics=.*
topics.exclude=
I have also tried replicating these topics alone without success:
topics=STAGE.OU.task-updated-ics2-internal,STAGE.OU.task-updated-internal,STAGE.OU.task-upsert-events-internal,STAGE.OU.task-upsert-ics2-events-internal,TEST.OU.task-updated-ics2-internal,TEST.OU.task-updated-internal,TEST.OU.task-upsert-events-internal,TEST.OU.task-upsert-ics2-events-internal
I am using the IdentityReplicationPolicy replication policy class. There is no indication of an error in the MirrorMaker log.
Source cluster is at version 7.6.5-ccs
Target cluster is at version 7.6.4-ccs
MirrorMaker cluster is at version 7.6.5-ccs
Any idea why these topics are excluded from replication?