We have setup MirrorMaker to replicate messages across two Kafka cluster. We have also set exclude.internal.topic=false
in mirror maker consumer properties to replicate internal topic. I assume this will also replicate __consumer_offset topic
which will in turn sync the consumer group offset in secondary cluster.
But when we start the consumer group in secondary cluster its starting consuming messages from the beginning, so looks like the consumer group offsets are not getting replicated in secondary cluster.
Can anyone please provide some suggestion as how can we sync the consumergroup offset in secondary cluster using MirrorMaker or any other solution ?