Kafka - Multi-Datacenter and Replication
Examine this MirrorMaker configuration snippet:consumer.bootstrap.servers=source:9092
producer.bootstrap.servers=target:9092
topics=orders,payments
whitelist=orders
What is the main issue with this configuration?
