Hey Guys,
I am trying to move data between one cluster to another cluster
*Source*
*Destination*
*Zookeeper*
2181
2182
*Kafka*
9092
9091
*ConsumerProperties:*
bootstrap.servers=localhost:9092
group.id =test-consumer-group
auto.offset.rest=earliest
*Producer Properties:*
bootstrap.servers=localhost:9091
compression.type=none
i am having topic in 9092 as actor which is from MySQL Sakila Schema actor
table
In the 9091 i don't have any topic ,so i try to migrate data from 9092
->9091 it is showing like
D:\kafka>.\bin\windows\kafka-mirror-maker.bat --consumer.config
.\config\consumer.properties --producer.config .\config\producer.properties
--whitelist actor
WARNING: The default partition assignment strategy of the mirror maker will
change from 'range' to 'roundrobin' in an upcoming release (so that better
load balancing can be achieved). If you prefer to make this switch in
advance of t...