jolshan commented on code in PR #16421:
URL: https://github.com/apache/kafka/pull/16421#discussion_r1672591557
##########
core/src/main/scala/kafka/server/BrokerFeatures.scala:
##########
@@ -93,6 +93,9 @@ object BrokerFeatures extends Logging {
feature.latestProduction
}))
}
+ if (unstableFeatureVersionsEnabled) {
+ features.put("kraft.version", new SupportedVersionRange(1))
Review Comment:
I guess I was confused because I didn't see it in the file.
https://github.com/apache/kafka/blob/0b11971f2c94f7aadc3fab2c51d94642065a72e5/clients/src/main/java/org/apache/kafka/clients/admin/SupportedVersionRange.java#L38
but 🤷♀️
--
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]