OmniaGM commented on code in PR #12577:
URL: https://github.com/apache/kafka/pull/12577#discussion_r1021800352


##########
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:
   When I wrote this test the first time it failed with `ConfigException` with 
the following message `No resolvable bootstrap URLs given in one:9092,two:9092` 
from `ClientUtils.parseAndValidateAddresses` locally and using the IPs fixed 
the issue.  It seems fine now when I use the old bootstrap servers again. 



-- 
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

Reply via email to