-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
49 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# registry-nacos (*This is a community driven project*) | ||
|
||
[中文](https://github.com/kitex-contrib/registry-nacos/blob/main/v2/README_CN.md) | ||
|
||
Nacos as service discovery. | ||
|
||
## 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# registry-nacos (*这是一个由社区驱动的项目*) | ||
|
||
[English](https://github.com/kitex-contrib/registry-nacos/blob/main/v2/README.md) | ||
|
||
使用 **nacos** 作为 **Kitex** 的注册中心 | ||
|
||
## 兼容性 | ||
|
||
- 使用 Nacos2.x 客户端 | ||
|
||
- Nacos2.x 详细信息[see](https://nacos.io/en-us/docs/v2/upgrading/2.0.0-compatibility.html) | ||
|
||
- Go 版本不低于 1.16 | ||
|
||
- 支持Nacos 2.x | ||
|
||
### 更多信息 | ||
|
||
更多示例请参考 [example](example) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters