03-21-2018 12:38 PM
Hi,
I have two clustrers with different Kafka version.
I would like to know if it is possible to use a 0.9 Kafka consumer within a Kafka 0.10 Mirror Maker.
I need to mirror data from kafa 0.9 broker to kafka 0.10 broker.
Thanks in advance,
Beniamino
04-24-2018 03:09 AM
@bdelpizzo You might want to run MirrorMaker on the destination cluster. There, a 0.10 consumer will be able to read from the 0.9 broker. So, it is not needed (and not possible) to set consumer version to an older version for the MirrorMaker process.