We're using the Strimzi MirrorMaker2 CRD to replicate data from one Kafka cluster to another. The replication is now in sync and I've noticed that the topic offset for one topic (with 3 partitions) is not correct, the source has more messages than the target.
What I'd like to do is restart that single topic in MM2 without affecting any of the topics being synced. I couldn't see in the documentation how to restart just one topic, is it possible?
We have around 12 topics being synced and ideally, those wouldn't be affected by the restart.
Thanks!