Re: Kafka Mirror Maker 2 - source topic keep getting created

2021-08-13 Thread Men Lim
Have you tried running mm2 in a distributed mode instead of standalone/dedicated? Try using this file below that I have working on a AWS EC2 instance: name=mm2 clusters = source, target source.bootstrap.servers = source:9092 target.bootstrap.servers = target:9092 group.id = mm2 ## all replicatio

Kafka Mirror Maker 2 - source topic keep getting created

2021-08-10 Thread AlR
I have 2 Kafka setup, A and B. A is a cluster with 3 instances running on the same machine, while B is a stand alone in another machine. I tried to use Mirror Maker to replicate from A to B. The config file is as follows: - clusters = A, BA.bootstrap.servers = host1:9091, host1:9092, host1:90