brenden20 commented on code in PR #16291:
URL: https://github.com/apache/kafka/pull/16291#discussion_r1636885272


##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/CommitRequestManager.java:
##########
@@ -490,7 +490,8 @@ public CompletableFuture<Map<TopicPartition, 
OffsetAndMetadata>> fetchOffsets(
         return result;
     }
 
-    private OffsetFetchRequestState createOffsetFetchRequest(final 
Set<TopicPartition> partitions,
+    // Visible for testing
+    protected OffsetFetchRequestState createOffsetFetchRequest(final 
Set<TopicPartition> partitions,

Review Comment:
   Changed to package-private!



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

Reply via email to