Hello,
If it's possible for your conf : could you try something like:
*Setting 2 partitions on your topic A
*run both MM2 at the same time with the same group of consumer but
different clientID.
In this way, Kafka Broker shoulds affect one partition by MM2 clientID,
and so, messages will be
Hello
I have a source kafka cluster and 2 destination kafka clusters to which
i want to mirror messages _alternatively_, with this I mean that if
topic A was mirrored up to offset=3 to destination cluster 1 I want
mirrormaker to mirror offset=4 onwards to destination cluster 2
I dont care for co