ShivsundarR opened a new pull request, #19402:
URL: https://github.com/apache/kafka/pull/19402

   *What*
   
   - `ShareConsumers` may wait on an unneeded `FindCoordinator` during 
`close()`(i.e after the acknowledgements are sent).
   
   - This change https://github.com/apache/kafka/pull/18590 added the 
`StopFindCoordinatorOnClose` event and was used by the regular consumers. We 
are using the same event in `ShareConsumers` as well to prevent sending this 
event when coordinator is no longer needed.
   


-- 
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