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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5db863851a typo in idl.md (#2465)
5db863851a is described below

commit 5db863851a08662d6f7c208ab88a217259d290e3
Author: Ruslan <[email protected]>
AuthorDate: Wed Mar 29 13:49:25 2023 +0300

    typo in idl.md (#2465)
    
    #2462
    fixed incorrect RegistryConfig address.
---
 content/en/docs3-v2/java-sdk/quick-start/idl.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/en/docs3-v2/java-sdk/quick-start/idl.md 
b/content/en/docs3-v2/java-sdk/quick-start/idl.md
index 512b2f6e4a..91243f1822 100755
--- a/content/en/docs3-v2/java-sdk/quick-start/idl.md
+++ b/content/en/docs3-v2/java-sdk/quick-start/idl.md
@@ -174,7 +174,7 @@ For more usage of Triple and IDL, please refer to [official 
samples](https://git
 
            DubboBootstrap bootstrap = DubboBootstrap. getInstance();
            bootstrap. application(new ApplicationConfig("tri-stub-server"))
-                   .registry(new RegistryConfig("multicast://127.0.0.1:2181"))
+                   .registry(new RegistryConfig("zookeeper://127.0.0.1:2181"))
                    .protocol(new ProtocolConfig(CommonConstants.TRIPLE, 50051))
                    .service(service)
                    .start();
@@ -230,4 +230,4 @@ For more usage of Triple and IDL, please refer to [official 
samples](https://git
    ```
    $ mvn org.codehaus.mojo:exec-maven-plugin:3.0.0:java 
-Dexec.mainClass="org.apache.dubbo.MyDubboClient"
    Received reply: message: "Hello, Demo!"
-   ```
\ No newline at end of file
+   ```

Reply via email to