Skip to content

Commit

Permalink
fix license
Browse files Browse the repository at this point in the history
  • Loading branch information
lyt122 committed Sep 2, 2024
1 parent bfad468 commit 3369af2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions site/content/zh-hans/docs/reference/registries/nacos.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ title: Nacos
## 配置

| 名称 | 类型 | 必选 | 校验规则 | 说明 |
|--------------------------|---------------------------------|------|-------------------|----------------------------------------------|
| serverUrl | string || must be valid URI | Nacos URL |
| namespace | string || | Nacos namespace。默认为 "public"。 |
| groups | string[] || min_len = 1 | Nacos group 列表。默认为 ["DEFAULT_GROUP"]|
| serviceRefreshInterval | [Duration](../type.md#duration) || gte: 1s | 轮询服务列表的间隔。默认为 30s。 |
| 名称 | 类型 | 必选 | 校验规则 | 说明 |
|------------------------|---------------------------------|----|-------------------|---------------------------------------|
| version | string || v1 or v2 | Nacos version |
| serverUrl | string || must be valid URI | Nacos URL |
| namespace | string || | Nacos namespace。默认为 "public"。 |
| groups | string[] || min_len = 1 | Nacos group 列表。默认为 ["DEFAULT_GROUP"]|
| serviceRefreshInterval | [Duration](../type.md#duration) || gte: 1s | 轮询服务列表的间隔。默认为 30s。 |

Nacos 1.x 没有提供订阅当前服务列表的接口,所以只能通过轮询来获取服务列表。配置一个较小的值可以更快得知服务被删除,但是会给 Nacos 带来更大的压力。

Expand Down

0 comments on commit 3369af2

Please sign in to comment.