HMYDK

Results 10 comments of HMYDK

新版本通过页面字段约束,已经没有这个问题了。 ![image](https://github.com/alibaba/nacos/assets/27269137/04324dc1-bb27-4a35-805f-2d113cb3500e)

> Anyone in community interesting this issue? @i will solve it@

> > Anyone in community interesting this issue? > > 现在是有接口的,只是在调用的时候url错了,只有一个url,重新封装一下`ClusterListenerJob `就好了 > > 接口代码 > > ``` > /** > * Get client config listener lists of subscriber in...

"/watcherConfigs""/configWatchers",ip作为检索数据的一个选项,应该是接口中的一个参数而已,现有的这两个接口从定义上就很让人疑惑。我现在的做法是增加新的接口@GetMapping("/config"),传参中通过一个查询类型是ip还是config去执行不同逻辑。 ![image](https://github.com/alibaba/nacos/assets/27269137/a4ece29b-302f-429e-9954-53733a270387) "/watcherConfigs""/configWatchers"这两个接口的具体实现我并没有动,但我标注了@Deprecated

容器内部ping一下serverAddr看看是否可达?可能是docker的网络模式导致

Hi, if you don't have time to address this issue, I'd like to give it a try and work on an optimization. @webapple

你这ip咋是这种格式?ip=[240e:xxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx]

确实能复现~.~ @KomachiSion 是不是应该阻止注册?我可以来实现。

1. 客户端注册之前,先请求服务端,获取服务端所有可用namespace_id。 2. 客户端判断当前配置的namespace_id是否含括在服务端返回的id中。 这个思路是否可行?🤔