Kafka - Multi-Datacenter and Replication
Given the following MirrorMaker configuration snippet, what will be the value of producer.bootstrap.servers?
consumer.bootstrap.servers=source1.kafka:9092,source2.kafka:9092
producer.bootstrap.servers=target.kafka:9092