Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc(readme): add note for the behavior of large warning log #16

Merged
merged 1 commit into from
Nov 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading