mimaison commented on code in PR #12577: URL: https://github.com/apache/kafka/pull/12577#discussion_r1022018101
########## 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: This test failed in Jenkins with the exception you were getting: ``` Caused by: org.apache.kafka.common.config.ConfigException: No resolvable bootstrap urls given in bootstrap.servers ``` It looks like the bootstrap servers were previously unused in this test while now they checked when we create the ForwardingAdmin instance. Maybe we can just revert to the local IPs you had. Sorry for the confusion. -- 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