cmccabe commented on code in PR #16230: URL: https://github.com/apache/kafka/pull/16230#discussion_r1669237196
########## server-common/src/main/java/org/apache/kafka/server/common/Features.java: ########## @@ -40,7 +40,8 @@ public enum Features { * See {@link TestFeatureVersion} as an example. See {@link FeatureVersion} when implementing a new feature. */ TEST_VERSION("test.feature.version", TestFeatureVersion.values()), - GROUP_VERSION("group.version", GroupVersion.values()); + GROUP_VERSION("group.version", GroupVersion.values()), + KRAFT_VERSION("kraft.version", KRaftVersion.values()); Review Comment: `KRaftClusterTest.testUpdateMetadataVersion` tests this, when it checks for `kraft.version` in the Admin client output. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org