jolshan commented on code in PR #16130:
URL: https://github.com/apache/kafka/pull/16130#discussion_r1621463208


##########
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:
   Yup -- this is the text in the KIP:
   > Add INTERNAL configuration unstable.feature.versions.enable to allow for 
non production ready features to be used (for testing)



-- 
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]

Reply via email to