Skip to content

Commit

Permalink
Change the configurtion to work default with multicast address (#3092)
Browse files Browse the repository at this point in the history
  • Loading branch information
khanimteyaz authored and ralf0131 committed Dec 29, 2018
1 parent 09cbf8f commit 5c54c68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down

0 comments on commit 5c54c68

Please sign in to comment.