-
### Feature-request
KRATOS 内部集成了nacos go sdk来扩展实现服务注册和配置,但是版本比较老是v1.0.9,这个在Nacos官方社区已经不推荐使用,可以考虑升级到V2最新稳定版本,并且新版本支持向下兼容 https://help.aliyun.com/zh/mse/user-guide/deprecated-sdk-version?spm=a2c4g.1…
CZJCC updated
1 month ago
-
### Describe the feature
https://github.com/nacos-group/r-nacos/issues/160
### Use Case
https://github.com/nacos-group/r-nacos/issues/160
### Proposed Solution
_No response_
### Other Informatio…
-
V 语言的 r-nacos 的 SDK
-
代码:
package shenyu
import (
"encoding/json"
"github.com/apache/shenyu-client-golang/clients/nacos_client"
"github.com/apache/shenyu-client-golang/common/constants"
"github.com/apache/sheny…
-
async fn regi_nacos(webConf: &WebServerConfig) {
// 请注意!一般情况下,应用下仅需一个 Naming 客户端,而且需要长期持有直至应用停止。
// 因为它内部会初始化与服务端的长链接,后续的数据交互及变更订阅,都是实时地通过长链接告知客户端的。
let naming_service = NamingServiceBu…
-
**Describe the bug**
A clear and concise description of what the bug is.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Actually behavior**
A clea…
-
## Describe what happened (or what feature you want)
配置文件如下,并没有提供服务的ip地址信息。
在1.3.9版本下,可以向nacos提供正确的ip地址及端口信息,无需额外`IpAddress`属性的配置。
更新到1.3.10后同样的配置文件,注册到nacos后变为127.0.0.1
## Describe what you e…
-
[Microsoft.Extensions.ServiceDiscovery](https://www.nuget.org/packages/Microsoft.Extensions.ServiceDiscovery/8.0.0#readme-body-tab)
既可以在简单情况下通过配置文件指定服务地址,也可以自己实现Provider从consul,nacos等获取服务地址
https:…
-
发布时间: 每周开一个发布窗口,发布已完成测试验证的变更;如果没有就绪的变更内容就不发。
需求任务认领方式:查看issue对应的任务说明在issuce下回复认领,或者联系作者认领;完成开发之后提交pr即可。
上一个阶段计划内容基本达成;#123
本阶段计划主要功能:
1. 通过语言无关的中间数据文件做数据载体,间接支持r-nacos系统数据和通用数据库数据双向迁移;支持从n…
-
**Is your feature request related to a problem? Please describe.**
目前的实现无法发现新弹起来的pod,导致新pod一直没有流量。
**Describe the solution you'd like**
nacos client能快速发现下游新弹起来的pod并分配流量过去。
**Describe alternati…