lianetm commented on code in PR #14346:
URL: https://github.com/apache/kafka/pull/14346#discussion_r1319078266


##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/OffsetsRequestManager.java:
##########
@@ -268,7 +326,7 @@ private CompletableFuture<ListOffsetResult> 
buildListOffsetRequestToNode(
                 .forConsumer(requireTimestamps, isolationLevel, false)
                 
.setTargetTimes(ListOffsetsRequest.toListOffsetsTopics(targetTimes));
 
-        log.debug("Creating ListOffsetRequest {} for broker {} to reset 
positions", builder,

Review Comment:
   I'm trying to use the proper API key for that request, as defined in the 
Kafka protocol



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