Albumen Kevin

Results 745 comments of Albumen Kevin

应用级的注册根路径为 /services

![image](https://github.com/apache/dubbo/assets/9292748/745f2bba-ed60-4cc1-9d7f-1b77d3cb2b4a) ![image](https://github.com/apache/dubbo/assets/9292748/415c6bff-e1ed-4112-bab9-8ca54e6c6bed)

1. 接口级和应用级的写入路径都已经跑了很多年了,所以修改写入的格式目前来看不太现实 2. 这个问题仅在配置了注册中心的 group 以后会发生 3. ANY_VALUE 这个写入进发生在 dubbo-admin 中,正常的请求逻辑不会有这种订阅 综上,最好的解决方案是 dubbo-admin 侧在订阅的时候修改实现的模式

> 或者考虑在解析节点的时候 catch 错误呢? 解析不了的就打个 warning 然后 ignore catch 是需要的,你可以提个 PR 修复下吗

We need a better way to get and listen service in **one time**. But maybe nacos not support?

> Maybe we can adjust the order of events, such as registering a listener first and then getting the instance list for notify. 1. Will zk work as expected? 2....

3.2 版本已经原生支持 JDK17,目前大量的测试已经在 JDK17 上运行了。目前 3.2 是 beta 状态,预计会在 3 月份正式 release。

> Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) throws java.lang.ClassFormatError accessible: module java.base does not "opens java.lang" to unnamed module @5bf0d49 这个是 javaassist 版本的问题,Dubbo 传递的是高版本的,看下是不是有冲突