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 08376fd8ce [fix] typo (#1270)
08376fd8ce is described below

commit 08376fd8ce9b16eb41d5146419b42dca96e74ef6
Author: JIAN ZHONG <[email protected]>
AuthorDate: Fri Jul 22 17:07:51 2022 +0800

    [fix] typo (#1270)
---
 .../zh/docs3-v2/java-sdk/reference-manual/registry/multicast/_index.md  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/content/zh/docs3-v2/java-sdk/reference-manual/registry/multicast/_index.md 
b/content/zh/docs3-v2/java-sdk/reference-manual/registry/multicast/_index.md
index 088e39a805..e01393fbe0 100644
--- a/content/zh/docs3-v2/java-sdk/reference-manual/registry/multicast/_index.md
+++ b/content/zh/docs3-v2/java-sdk/reference-manual/registry/multicast/_index.md
@@ -21,7 +21,7 @@ Multicast 注册中心不需要启动任何中心节点,只要广播地址一
 ```xml
 <dubbo:registry protocol="multicast" address="224.5.6.7:1234" />
 ```
-### 注意:
+#### 注意:
 为了减少广播量,Dubbo 缺省使用单播发送提供者地址信息给消费者。
 如果一个机器上同时启了多个消费者进程,消费者需声明 `unicast=false`,否则只会有一个消费者能收到消息; 
当服务者和消费者运行在同一台机器上,消费者同样需要声明`unicast=false`,否则消费者无法收到消息,导致No provider available 
for the service异常:
 

Reply via email to