chia7712 commented on code in PR #19019:
URL: https://github.com/apache/kafka/pull/19019#discussion_r1967326500


##########
server/src/main/java/org/apache/kafka/server/config/ServerConfigs.java:
##########
@@ -151,4 +153,11 @@ public class ServerConfigs {
             .defineInternal(UNSTABLE_API_VERSIONS_ENABLE_CONFIG, BOOLEAN, 
false, HIGH)
             // This indicates whether unreleased MetadataVersions should be 
enabled on this node.
             .defineInternal(UNSTABLE_FEATURE_VERSIONS_ENABLE_CONFIG, BOOLEAN, 
false, HIGH);
+            
+    public static final Set<String> RECONFIGURABLE_CONFIGS = Set.of(

Review Comment:
   Could you please move it to `DynamicConfig`?



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

Reply via email to