Hi Team,Can anybody help with issue I am facing with running multiple consumer instances on single topic having single partition?
Kafka is broadcasting messages to all the consumers though all consumers are running in same group I am using kafka-php client lib to connect with kafka server and using socket connect (Encoder/Decoder) for connecting consumer and producer.
Regards, Paresh Behede