From 42a184403d28eeb3677c01e1ddc581657fcbb2a6 Mon Sep 17 00:00:00 2001 From: yuxialuozi <3159452953@qq.com> Date: Sun, 3 Mar 2024 21:15:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=85=BC=E5=AE=B9=E4=BA=86nacos-v2-go-sdk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- v2/README.md | 17 +++++++++++++++++ v2/README_CN.md | 17 +++++++++++++++++ v2/profile/README.md | 13 ------------- 3 files changed, 34 insertions(+), 13 deletions(-) create mode 100644 v2/README.md create mode 100644 v2/README_CN.md delete mode 100644 v2/profile/README.md diff --git a/v2/README.md b/v2/README.md new file mode 100644 index 0000000..5e25c92 --- /dev/null +++ b/v2/README.md @@ -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. diff --git a/v2/README_CN.md b/v2/README_CN.md new file mode 100644 index 0000000..6ae3c5a --- /dev/null +++ b/v2/README_CN.md @@ -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) 获取更多用法示例。 diff --git a/v2/profile/README.md b/v2/profile/README.md deleted file mode 100644 index 2127160..0000000 --- a/v2/profile/README.md +++ /dev/null @@ -1,13 +0,0 @@ -## Hi there 👋 - -🙋‍♀️ A short introduction - CloudWeGo is an open-source middleware set launched by ByteDance that can be used to quickly build enterprise-class cloud native architectures. The common characteristics of CloudWeGo projects are high performance, high scalability, high reliability and focusing on microservices communication and governance. - -🌈 Community Membership - the [Responsibilities and Requirements](https://github.com/cloudwego/community/blob/main/COMMUNITY_MEMBERSHIP.md) of contributor roles in CloudWeGo. - -👩‍💻 Useful resources - [Portal](https://www.cloudwego.io/), [Community](https://www.cloudwego.io/zh/community/), [Blogs](https://www.cloudwego.io/zh/blog/), [Use Cases](https://www.cloudwego.io/zh/cooperation/) - -🍿 Security - [Vulnerability Reporting](https://www.cloudwego.io/zh/security/vulnerability-reporting/), [Safety Bulletin](https://www.cloudwego.io/zh/security/safety-bulletin/) - -🌲 Ecosystem - [Kitex-contrib](https://github.com/kitex-contrib), [Hertz-contrib](https://github.com/hertz-contrib), [Volo-rs](https://github.com/volo-rs) - -🎊 Example - [kitex-example](https://github.com/cloudwego/kitex-examples), [hertz-example](https://github.com/cloudwego/hertz-examples), [biz-demo](https://github.com/cloudwego/biz-demo), [netpoll-example](https://github.com/cloudwego/netpoll-examples)