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

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


The following commit(s) were added to refs/heads/3.9 by this push:
     new 6b82a4cc6a2 KAFKA-18663: Metadata v0-v3 should be undeprecated (#18736)
6b82a4cc6a2 is described below

commit 6b82a4cc6a21ef9330246ee0655532ab9fb42110
Author: Ismael Juma <[email protected]>
AuthorDate: Wed Jan 29 06:38:24 2025 -0800

    KAFKA-18663: Metadata v0-v3 should be undeprecated (#18736)
    
    See KAFKA-18648 for details.
    
    Reviewers: David Arthur <[email protected]>
---
 clients/src/main/resources/common/message/MetadataRequest.json | 1 -
 1 file changed, 1 deletion(-)

diff --git a/clients/src/main/resources/common/message/MetadataRequest.json 
b/clients/src/main/resources/common/message/MetadataRequest.json
index 552dea0a6f8..18fb982f651 100644
--- a/clients/src/main/resources/common/message/MetadataRequest.json
+++ b/clients/src/main/resources/common/message/MetadataRequest.json
@@ -19,7 +19,6 @@
   "listeners": ["zkBroker", "broker"],
   "name": "MetadataRequest",
   "validVersions": "0-12",
-  "deprecatedVersions": "0-3",
   "flexibleVersions": "9+",
   "fields": [
     // In version 0, an empty array indicates "request metadata for all 
topics."  In version 1 and

Reply via email to