Hey Lahiru,
As the log message describes, the member is leaving the group because the
consumer
has been closed by your process/application. You need to track down where
in your
application code the Consumer#close method is being called, and why.
There's no technical limit on how many consumers ca
Hi,
I am trying to place multiple kafka consumers of a single consumer group in
the same process. But, I am unable to put more than 3 consumers in the same
process.The topic which the consumer group tries to read has 10
partitions.When I try to attach the 4th consumer, it leaves the group after
t