lianetm commented on PR #17549:
URL: https://github.com/apache/kafka/pull/17549#issuecomment-2435743145

   One concern, the unsubscribe() logic in the consumer includes logic for 
resetting the group metadata (will clear the member ID). 
   
https://github.com/apache/kafka/blob/140d35c5459f4c7a91b23a238467cb5aa01b59fb/clients/src/main/java/org/apache/kafka/clients/consumer/internals/AsyncKafkaConsumer.java#L630
   
   I expect this needs to be updated now, to keep the memberId (otherwise a 
running consumer that calls unsubscribe would loose the member ID that is only 
generated now when the consumer starts). Makes sense?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to