mirror of https://github.com/apache/kafka.git
KAFKA-18663: Metadata v0-v3 should be undeprecated (#18736)
See KAFKA-18648 for details. Reviewers: David Arthur <mumrah@gmail.com>
This commit is contained in:
parent
85658e5e33
commit
6b82a4cc6a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue