dongjinleekr commented on a change in pull request #11431: URL: https://github.com/apache/kafka/pull/11431#discussion_r736258242
########## File path: connect/mirror-client/src/main/java/org/apache/kafka/connect/mirror/MirrorClientConfig.java ########## @@ -50,8 +50,7 @@ public static final Class<?> REPLICATION_POLICY_CLASS_DEFAULT = DefaultReplicationPolicy.class; public static final String REPLICATION_POLICY_SEPARATOR = "replication.policy.separator"; private static final String REPLICATION_POLICY_SEPARATOR_DOC = "Separator used in remote topic naming convention."; - public static final String REPLICATION_POLICY_SEPARATOR_DEFAULT = - DefaultReplicationPolicy.SEPARATOR_DEFAULT; + public static final String REPLICATION_POLICY_SEPARATOR_DEFAULT = "."; Review comment: I thought at first but, `REPLICATION_POLICY_CLASS_DEFAULT`, `REPLICATION_POLICY_SEPARATOR`, etc are defined here, and `DefaultReplicationPolicy` has the copies of them. I thought this way is better for consistency. How do you think? -- 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