Hi Surender, Please elaborate on your design Consumers don't talk to producers directly, Kafka is a brokered system, and Kafka sits between producers and consumers Also, consumers consume from partitions of a topic and producers write to partitions in a topic These partitions and the logical abstraction -topic-reside on Kafka and zookeeper respectively
Thanks, Prabhjot On Nov 24, 2015 11:38 PM, "Kudumula, Surender" <surender.kudum...@hpe.com> wrote: > Hi all > Is there anyway we can ensure in 0.8 that kafka remote producer and remote > consumer work on the same groupId as my java consumer cannot consume > messages from remote producer. Thanks > > > >