dajac commented on code in PR #16130:
URL: https://github.com/apache/kafka/pull/16130#discussion_r1620747107
##########
core/src/main/scala/kafka/server/KafkaConfig.scala:
##########
@@ -449,8 +449,8 @@ object KafkaConfig {
/** Internal Configurations **/
// This indicates whether unreleased APIs should be advertised by this
node.
.defineInternal(ServerConfigs.UNSTABLE_API_VERSIONS_ENABLE_CONFIG,
BOOLEAN, false, HIGH)
- // This indicates whether unreleased MetadataVersions should be enabled
on this node.
- .defineInternal(ServerConfigs.UNSTABLE_METADATA_VERSIONS_ENABLE_CONFIG,
BOOLEAN, false, HIGH)
+ // This indicates whether unreleased MetadataVersions or other feature
versions should be enabled on this node.
+ .defineInternal(ServerConfigs.UNSTABLE_FEATURE_VERSIONS_ENABLE_CONFIG,
BOOLEAN, false, HIGH)
Review Comment:
Do we want to keep it internal?
--
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]