mirror of https://github.com/apache/kafka.git
MINOR: fix MetadataRequest and MetadataResponse doc (#19963)
CI / build (push) Waiting to run
Details
CI / build (push) Waiting to run
Details
MetadataRequest and MetadataResponse version 0 is still supported. Remove from README.md mentioning that they're not supported. It's unclear how such a mention was ever included in the file. It has always been there Reviewers: Andrew Schofield <aschofield@confluent.io>
This commit is contained in:
parent
15ad3016b7
commit
d59d39a229
|
@ -34,9 +34,7 @@ specifies the versions of the protocol that our code understands. For example,
|
||||||
specifying "0-2" indicates that we understand versions 0, 1, and 2. You must
|
specifying "0-2" indicates that we understand versions 0, 1, and 2. You must
|
||||||
always specify the highest message version which is supported.
|
always specify the highest message version which is supported.
|
||||||
|
|
||||||
The only old message versions that are no longer supported are version 0 of
|
Dropping support for old message versions is no longer allowed without a KIP.
|
||||||
MetadataRequest and MetadataResponse. In general, since we adopted KIP-97,
|
|
||||||
dropping support for old message versions is no longer allowed without a KIP.
|
|
||||||
Therefore, please be careful not to increase the lower end of the version
|
Therefore, please be careful not to increase the lower end of the version
|
||||||
support interval for any message.
|
support interval for any message.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue