philipnee commented on code in PR #14532: URL: https://github.com/apache/kafka/pull/14532#discussion_r1364829502
########## clients/src/main/java/org/apache/kafka/clients/consumer/internals/CommitRequestManager.java: ########## @@ -254,14 +254,14 @@ public NetworkClientDelegate.UnsentRequest toUnsentRequest() { new ArrayList<>(this.requestedPartitions), throwOnFetchStableOffsetUnsupported); return new NetworkClientDelegate.UnsentRequest( - builder, - coordinatorRequestManager.coordinator(), - (r, t) -> onResponse(r.receivedTimeMs(), (OffsetFetchResponse) r.responseBody())); + builder, + coordinatorRequestManager.coordinator(), + (r, t) -> onResponse(r.receivedTimeMs(), (OffsetFetchResponse) r.responseBody())); Review Comment: In fact, this is a bug and I'm planning to address this in [KAFKA-15562](https://issues.apache.org/jira/browse/KAFKA-15562). Can we address the gap all in a follow up PR? -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org