viktorsomogyi commented on code in PR #17815:
URL: https://github.com/apache/kafka/pull/17815#discussion_r1854038974
##########
connect/mirror-client/src/test/java/org/apache/kafka/connect/mirror/ReplicationPolicyTest.java:
##########
@@ -38,15 +38,19 @@ public void setUp() {
@Test
public void testInternalTopic() {
+ Map<String, Object> config = new HashMap<>();
+ config.put(MirrorClientConfig.REPLICATION_POLICY_SEPARATOR, ".");
+ DEFAULT_REPLICATION_POLICY.configure(config);
Review Comment:
Adding this has no effect on the test as the separator was '.' before that
anyways.
--
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]