AndrewJSchofield commented on code in PR #17061:
URL: https://github.com/apache/kafka/pull/17061#discussion_r1738762496
##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/ShareConsumeRequestManager.java:
##########
@@ -613,74 +607,100 @@ private void handleShareAcknowledgeSuccess(Node
fetchTarget,
ShareAcknowledgeRequestData
requestData,
AcknowledgeRequestState
acknowledgeRequestState,
ClientResponse resp,
- long currentTimeMs) {
+ long responseCompletionTimeMs) {
try {
+ //acknowledgeRequestState.handleShareAcknowledgeSuccess(resp);
Review Comment:
This comment seems spurious.
--
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]