OmniaGM commented on code in PR #12577: URL: https://github.com/apache/kafka/pull/12577#discussion_r1022049731
########## connect/mirror/src/test/java/org/apache/kafka/connect/mirror/MirrorMakerConfigTest.java: ########## @@ -77,20 +79,23 @@ public void testReplicationConfigProperties() { @Test public void testClientConfigProperties() { + String clusterABBootstrap = "127.0.0.1:9092, 127.0.0.2:9092"; Review Comment: No worries, I still not sure why the test is fine locally when I run `./gradlew connect:mirror:unitTest` but not on Jenkins. I'll revert them. -- 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