Is there any option or configuration which will facilitate a single Kafka consumer to consume messages from two different clusters simultaneously? While creating producer and consumer, I mention both the clusters as comma-separated. I have been observing the the consumer is consuming messages from a single cluster only.
Please see below the elucidation: Consumer C1 is configured to listen to the clusters: Cluster-1: Zookeeper-1 with Broker-1 Cluster-2: Zookeeper-2 with Broker-2
I am looking for a solution wherein the consumer C1 can consume messages from Cluster-1 and Cluster-2 simultaneously.