pinxiong commented on a change in pull request #9138:
URL: https://github.com/apache/dubbo/pull/9138#discussion_r744059965



##########
File path: 
dubbo-test/dubbo-test-check/src/main/java/org/apache/dubbo/test/check/registrycenter/MockedRegistryCenter.java
##########
@@ -21,6 +21,16 @@
  */
 public class MockedRegistryCenter {
 
+    /**
+     * The first global zookeeper address
+     */
+    public static final String ZOOKEEPER_ADDRESS1 = 
"zookeeper://127.0.0.1:2181";

Review comment:
       `zookeeper.address` has been used as zookeeper's host. I define a new 
properties key `zookeeper.connection.address`




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to