This is an automated email from the ASF dual-hosted git repository.
carryxyh pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 4eb8221 Increase the group attribute description. (#145)
4eb8221 is described below
commit 4eb8221110b0f4551b1d3ccd04f4bd5134f76a78
Author: 凝雨 <[email protected]>
AuthorDate: Sat Sep 8 10:47:34 2018 +0800
Increase the group attribute description. (#145)
---
docs/en-us/user/references/xml/dubbo-registry.md | 1 +
docs/zh-cn/user/references/xml/dubbo-registry.md | 1 +
2 files changed, 2 insertions(+)
diff --git a/docs/en-us/user/references/xml/dubbo-registry.md
b/docs/en-us/user/references/xml/dubbo-registry.md
index 0fa8206..cc0ee08 100644
--- a/docs/en-us/user/references/xml/dubbo-registry.md
+++ b/docs/en-us/user/references/xml/dubbo-registry.md
@@ -62,3 +62,4 @@ The configuration of the registry center. The corresponding
class is `com.alibab
| register | register | boolean | False | true
| Service governance | whether registering to the registry center. If
false, just subscribing, not registering. | Above 2.0.5 |
| subscribe | subscribe | boolean | False | true
| Service governance | whether subscribing from the registry center.
If false, just registering, not subscribing. | Above 2.0.5 |
| dynamic | dynamic | boolean | False | true
| Service governance | Whether the service is registered dynamically.
If false, services will be showed as `disable`, you need to enable it manually.
And you also need to disable it when provider shut down. | Above 2.0.5 |
+| group | group | string | False | dubbo | Service governance | Service
registration grouping, cross-group services will not affect each other, and can
not be called each other, suitable for environmental isolation. | Above 2.0.5 |
diff --git a/docs/zh-cn/user/references/xml/dubbo-registry.md
b/docs/zh-cn/user/references/xml/dubbo-registry.md
index 86ff27d..35e9fd2 100644
--- a/docs/zh-cn/user/references/xml/dubbo-registry.md
+++ b/docs/zh-cn/user/references/xml/dubbo-registry.md
@@ -63,3 +63,4 @@ table tr:hover {
| register | register | boolean | 可选 | true | 服务治理 |
是否向此注册中心注册服务,如果设为false,将只订阅,不注册 | 2.0.5以上版本 |
| subscribe | subscribe | boolean | 可选 | true | 服务治理 |
是否向此注册中心订阅服务,如果设为false,将只注册,不订阅 | 2.0.5以上版本 |
| dynamic | dynamic | boolean | 可选 | true | 服务治理 |
服务是否动态注册,如果设为false,注册后将显示后disable状态,需人工启用,并且服务提供者停止时,也不会自动取消册,需人工禁用。 |
2.0.5以上版本 |
+| group | group | string | 可选 | dubbo | 服务治理 |
服务注册分组,跨组的服务不会相互影响,也无法相互调用,适用于环境隔离。 | 2.0.5以上版本 |