You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background
we have two separate Kafka clusters with different endpoint, but same topic prefix
cluster1: kafka-01.com topic topic-kafka01
cluster2: kafka-02.com topic topic-kafka02
but from consumer side it only deploy one pool which must connect both clusters
Current Behavior
we should write two @KafkaListener with config two different kafka endpoin on DefaultKafkaConsumerFactory.
We Wanted
can one listener support multiple consume