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


##########
server-common/src/main/java/org/apache/kafka/server/config/ServerTopicConfigSynonyms.java:
##########
@@ -78,6 +78,7 @@ public final class ServerTopicConfigSynonyms {
         sameNameWithLogPrefix(TopicConfig.CLEANUP_POLICY_CONFIG),
         sameName(TopicConfig.UNCLEAN_LEADER_ELECTION_ENABLE_CONFIG),
         sameName(TopicConfig.MIN_IN_SYNC_REPLICAS_CONFIG),
+        sameName(TopicConfig.MIN_IN_SYNC_REPLICAS_DOC),

Review Comment:
   You can reference `MIN_IN_SYNC_REPLICAS_DOC` directly, as it's the 
documentation. `sameName` is typically used to add synonyms for configurations.



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