mimaison commented on a change in pull request #11220: URL: https://github.com/apache/kafka/pull/11220#discussion_r701694521
########## File path: connect/mirror-client/src/main/java/org/apache/kafka/connect/mirror/DefaultReplicationPolicy.java ########## @@ -70,4 +70,32 @@ public String upstreamTopic(String topic) { return topic.substring(source.length() + separator.length()); } } + + private String internalSuffix() { + return separator + "internal"; + } + + private String checkpointTopicSufficx() { Review comment: `checkpointTopicSufficx` -> `checkpointsTopicSuffix` -- 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