Skip to content

Commit

Permalink
chore(readme): add note for the behavior of large warning log
Browse files Browse the repository at this point in the history
  • Loading branch information
whalecold committed Nov 17, 2023
1 parent 783431e commit c87153e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,9 @@ The echo method uses the following configuration (0.3, 100) and other methods us

Refer to [example](https://github.com/kitex-contrib/config-nacos/tree/main/example) for more usage.

### Note
Do not delete the config in nacos, otherwise the nacos sdk may produce a large warning log.


## Compatibility
This Package use Nacos1.x client. The Nacos2.0 and Nacos1.0 Server are fully compatible with it. [see](https://nacos.io/en-us/docs/v2/upgrading/2.0.0-compatibility.html)
Expand Down
3 changes: 3 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,9 @@ echo 方法使用下面的配置(0.3、100),其他方法使用全局默认

更多示例请参考 [example](https://github.com/kitex-contrib/config-nacos/tree/main/example)

### 备注
在启动后不要删除 nacos 上的配置信息,不然会产生大量的警告日志

## 兼容性
该包使用 Nacos1.x 客户端,Nacos2.0 和 Nacos1.0 服务端完全兼容该版本. [详情](https://nacos.io/zh-cn/docs/v2/upgrading/2.0.0-compatibility.html)

Expand Down

0 comments on commit c87153e

Please sign in to comment.