PoliakovArtur commented on code in PR #15525:
URL: https://github.com/apache/kafka/pull/15525#discussion_r1522610604


##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/OffsetFetcher.java:
##########
@@ -398,6 +401,7 @@ private RequestFuture<ListOffsetResult> 
sendListOffsetRequest(final Node node,
                 .compose(new RequestFutureAdapter<ClientResponse, 
ListOffsetResult>() {
                     @Override
                     public void onSuccess(ClientResponse response, 
RequestFuture<ListOffsetResult> future) {
+                        System.out.println("legacy response:" + response);

Review Comment:
   is this really necessary?



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

Reply via email to