This is an automated email from the ASF dual-hosted git repository.

kamalcph pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 5b3027dfcbc KAFKA-15859: Fix the Unsupported version error when new 
admin connects to old broker (#17358)
5b3027dfcbc is described below

commit 5b3027dfcbcb62d169d4b4421260226e620459af
Author: Kamal Chandraprakash <[email protected]>
AuthorDate: Fri Oct 4 13:47:40 2024 +0530

    KAFKA-15859: Fix the Unsupported version error when new admin connects to 
old broker (#17358)
    
    Reviewers: Chia-Ping Tsai <[email protected]>, Luke Chen 
<[email protected]>
---
 clients/src/main/resources/common/message/ListOffsetsRequest.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clients/src/main/resources/common/message/ListOffsetsRequest.json 
b/clients/src/main/resources/common/message/ListOffsetsRequest.json
index d5bab1a8920..f3414687395 100644
--- a/clients/src/main/resources/common/message/ListOffsetsRequest.json
+++ b/clients/src/main/resources/common/message/ListOffsetsRequest.json
@@ -63,7 +63,7 @@
           "about": "The maximum number of offsets to report." }
       ]}
     ]},
-    { "name": "TimeoutMs", "type": "int32", "versions": "10+",
+    { "name": "TimeoutMs", "type": "int32", "versions": "10+", "ignorable": 
true,
       "about": "The timeout to await a response in milliseconds for requests 
that require reading from remote storage for topics enabled with tiered 
storage." }
   ]
 }

Reply via email to