ShivsundarR commented on code in PR #22766:
URL: https://github.com/apache/kafka/pull/22766#discussion_r3598096563
##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/ShareConsumeRequestManager.java:
##########
@@ -1291,6 +1390,13 @@ public class AcknowledgeRequestState extends
TimedRequestState {
}
UnsentRequest buildRequest() {
+ // If the node is no longer is the cluster metadata, we can never
send to it
Review Comment:
nit : "If the node is no longer in the cluster metadata"?
--
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]