This is an automated email from the ASF dual-hosted git repository.

huxing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git


The following commit(s) were added to refs/heads/master by this push:
     new 5c54c68  Change the configurtion to work default with multicast 
address (#3092)
5c54c68 is described below

commit 5c54c6837876b7daf0c55d9f9cafde109baa1a5d
Author: Imteyaz Ahmed Khan <[email protected]>
AuthorDate: Sat Dec 29 07:18:06 2018 +0530

    Change the configurtion to work default with multicast address (#3092)
---
 .../src/main/resources/META-INF/spring/dubbo-demo-consumer.xml          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dubbo-demo/dubbo-demo-consumer/src/main/resources/META-INF/spring/dubbo-demo-consumer.xml
 
b/dubbo-demo/dubbo-demo-consumer/src/main/resources/META-INF/spring/dubbo-demo-consumer.xml
index 0f0c30e..6b5efc3 100644
--- 
a/dubbo-demo/dubbo-demo-consumer/src/main/resources/META-INF/spring/dubbo-demo-consumer.xml
+++ 
b/dubbo-demo/dubbo-demo-consumer/src/main/resources/META-INF/spring/dubbo-demo-consumer.xml
@@ -23,7 +23,7 @@
 
     <dubbo:application name="demo-consumer"/>
 
-    <dubbo:registry address="zookeeper://127.0.0.1:2181"/>
+    <dubbo:registry address="multicast://224.5.6.7:1234"/>
 
     <!-- generate proxy for the remote service, then demoService can be used 
in the same way as the
     local regular interface -->

Reply via email to