frankvicky commented on code in PR #16876:
URL: https://github.com/apache/kafka/pull/16876#discussion_r1719453815


##########
clients/src/main/java/org/apache/kafka/common/requests/ListOffsetsRequest.java:
##########
@@ -65,7 +66,8 @@ public static Builder forReplica(short allowedVersion, int 
replicaId) {
         public static Builder forConsumer(boolean requireTimestamp,
                                           IsolationLevel isolationLevel,
                                           boolean requireMaxTimestamp,
-                                          boolean 
requireTieredStorageTimestamp) {
+                                          boolean 
requireTieredStorageTimestamp,
+                                          List<ListOffsetsTopic> topics) {

Review Comment:
   Hi @chia7712 
   I have add a `requireEarliestLocalTimestamp` parameter to `forConsumer` 
method, PTAL



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