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 404febab168 Add Scene (#1783)
404febab168 is described below

commit 404febab168bf88e45af1f621d48d5421c1ecd39
Author: mfordjody <[email protected]>
AuthorDate: Fri Dec 30 16:16:08 2022 +0800

    Add Scene (#1783)
---
 .../java-sdk/advanced-features-and-usage/service/port-unification.md    | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/port-unification.md
 
b/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/port-unification.md
index 12192ac860f..ce6560edd88 100644
--- 
a/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/port-unification.md
+++ 
b/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/port-unification.md
@@ -20,6 +20,8 @@ Dubbo协议支持,以及Qos协议支持。这些协议的识别都是由一个
 
 - 
以上的协议识别完成之后,Channel已经确定了如何处理远程的客户端消息,通过对应的ServerPipeline进行处理即可(在处理的过程中也会根据配置信息决定消息的处理线程)。
 
+## 使用方式
+在同一主机上部署多个服务或需要通过负载均衡器访问多个服务。
 
 ## 参考用例
 
[https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-port-unification](https://github.com/apache/dubbo-samples/tree/master/3-extensions/protocol/dubbo-samples-port-unification)

Reply via email to