mjsax commented on code in PR #20841:
URL: https://github.com/apache/kafka/pull/20841#discussion_r2499911757
##########
server-common/src/main/java/org/apache/kafka/server/common/StreamsVersion.java:
##########
@@ -24,16 +24,12 @@ public enum StreamsVersion implements FeatureVersion {
SV_0(0, MetadataVersion.MINIMUM_VERSION, Map.of()),
// Version 1 enables "streams" groups (KIP-1071).
- // Using metadata version IBP_4_2_IV1 disables it by default in AK 4.1
release, and enables it by default in AK 4.2 release.
- // - in AK 4.1, this can be enabled as "early access [unstable]"
- // - in AK 4.2, it is planned to go GA (cf `LATEST_PRODUCTION`)
SV_1(1, MetadataVersion.IBP_4_2_IV1, Map.of());
Review Comment:
Do we also need to make changes to `MetadataVersion`? Ie update
`LATEST_PRODUCTION` field?
Share groups do not go GA with 4.2 yet I believe, so we might need make more
changes to not enable share group as a side effect?
--
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]