jolshan commented on code in PR #19509: URL: https://github.com/apache/kafka/pull/19509#discussion_r2064457927
########## server-common/src/main/java/org/apache/kafka/server/common/MetadataVersion.java: ########## @@ -117,6 +117,9 @@ public enum MetadataVersion { // Enables share groups. Note, share groups are for preview only in 4.1. (KIP-932). IBP_4_1_IV1(27, "4.1", "IV1", false), + // Enables "streams" groups. Note, streams groups are for early access only in 4.1. (KIP-1071). Review Comment: That one is different because it requires an update to the MV log. (See the "true" for the first MV under didRecordsChange) ########## server-common/src/main/java/org/apache/kafka/server/common/MetadataVersion.java: ########## @@ -117,6 +117,9 @@ public enum MetadataVersion { // Enables share groups. Note, share groups are for preview only in 4.1. (KIP-932). IBP_4_1_IV1(27, "4.1", "IV1", false), + // Enables "streams" groups. Note, streams groups are for early access only in 4.1. (KIP-1071). Review Comment: That one is different because it requires an update to the MV log. (See the "true" for the first MV under didMetadataChange) -- 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