Skip to content

Commit

Permalink
fix:兼容了nacos-v2-go-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxialuozi committed Mar 3, 2024
1 parent f67089b commit 42a1844
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 13 deletions.
17 changes: 17 additions & 0 deletions v2/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# config-nacos (*This is a community driven project*)

Using Nacos as the service governance configuration center for Kitex.

## Compatibility

- This Package use Nacos2.x client.

- Nacos2.x detail [see](https://nacos.io/en-us/docs/v2/upgrading/2.0.0-compatibility.html)

- Supported Go version over 1.16

- Supported Nacos version over 2.x

### More Info

Refer to [example](example) for more usage.
17 changes: 17 additions & 0 deletions v2/README_CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# config-nacos (*这是一个由社区驱动的项目*)

将 Nacos 用作 Kitex 的服务治理配置中心。

## 兼容性

- 该包使用 Nacos 2.x 客户端。

- Nacos 2.x 详细信息 [查看](https://nacos.io/en-us/docs/v2/upgrading/2.0.0-compatibility.html)

- 支持 Go 版本1.16及以上

- 支持 Nacos 版本2.x及以上

### 更多信息

请参考 [example](example) 获取更多用法示例。
13 changes: 0 additions & 13 deletions v2/profile/README.md

This file was deleted.

0 comments on commit 42a1844

Please sign in to comment.