Jerome Xue created KAFKA-3998:
---------------------------------

             Summary: reuse connection to join group lead to not aware other 
members
                 Key: KAFKA-3998
                 URL: https://issues.apache.org/jira/browse/KAFKA-3998
             Project: Kafka
          Issue Type: Bug
    Affects Versions: 0.9.0.0
            Reporter: Jerome Xue


I am writing a non-blocking perl kafka client.

I create a connection pool to reuse connections in the same process.

Having one consumer in the group, I add another consumer to the group, after 
join request, the response says the new consumer are the only member in the 
group, server doesn't aware the other one. as a result, the other consumer 
received reblance error which is correct.

If I have two consumer in two process, it works.

Each request have a unique correlation_id and two consumer have two different 
client_id.

Will it be fixed?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to