satishd commented on code in PR #17112: URL: https://github.com/apache/kafka/pull/17112#discussion_r1760839161
########## clients/src/main/resources/common/message/ListOffsetsRequest.json: ########## @@ -60,6 +62,8 @@ { "name": "MaxNumOffsets", "type": "int32", "versions": "0", "default": "1", "about": "The maximum number of offsets to report." } ]} - ]} + ]}, + { "name": "TimeoutMs", "type": "int32", "versions": "10+", + "about": "The timeout to await a response in milliseconds for remote requests." } Review Comment: You can update the doc with more details like below. "The timeout to await a response in milliseconds for the requests that require reading from remote storage for topics that are enabled with tiered storage." -- 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