Parkerhiphop commented on code in PR #23522:
URL: https://github.com/apache/kafka/pull/23522#discussion_r4056538526
##########
server-common/src/main/java/org/apache/kafka/server/common/MetadataVersion.java:
##########
@@ -135,10 +135,14 @@ public enum MetadataVersion {
//
// NOTE: MetadataVersions after this point are unstable and may be changed.
+ //
+ // Keep at least one unstable MetadataVersion after LATEST_PRODUCTION.
+ // The latest unstable version serves as the development and testing
version,
+ // and tests require latestTesting() > LATEST_PRODUCTION.
Review Comment:
@mingyen066 Thanks for the suggestion!
It turns the explanation into practical action.
Adopted it!
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]