-
### What happened?
优雅下线通知失效
### How can we reproduce it (as minimally and precisely as possible)?
当负载均衡使用spring cloud loadlancer,注册中心使用cse,使用域名进行访问时,优雅下线通知失效
### Anything else we need to know?
_N…
-
### What would you like to be added?
- [ ] 核心服务blacklist改成开关
- [ ] 字节码输出日志路径校验解除
- [ ] 服务元数据配置统一
### Why is this needed?
配置多并且不方便
-
### What happened?
最新验证sermant优雅上下线的demo返回结果中包含中文,不方便国际化,需要实现Demo基线化
最新demo返回中文:
![image](https://user-images.githubusercontent.com/33214952/224630186-be7275b8-1a3d-4a3b-b385-1b9bfe7f922e.png…
-
### What do you want to ask?
在Sermant中对于微服务的元数据是如何定义的
AppName、ServiceName、Instance、还有ServiceMeta中的各样元数据,是否为同一概念,需要规范化服务的元数据,在Sermant中标明各个概念的意义。
-
### What would you like to be added?
确保SPI机制或者@Component注入bean方式实现微服务注册的项目,能正常挂载Sermant实现单注册
### Why is this needed?
某些项目是通过SPI机制或者@Component注入bean方式实现微服务注册,单注册场景需要在启动时不加载这些bean,实现单注册。
-
### What would you like to be added?
Sermant Agent提供事件上报的基础能力
### Why is this needed?
提升Sermant运维能力
-
### What would you like to be added?
流量请求拦截点前后补充入口和出口日志
### Why is this needed?
溯源时Sermant自证未丢包
-
### What happened?
使用servicecomb.routeRule为key配置路由规则时,路由规则报错
### How can we reproduce it (as minimally and precisely as possible)?
使用servicecomb.routeRule为key配置路由规则
### Anything else we need to kn…
-
### What happened?
当application.yml与bootstrap.yml同时配置不同的spring.application.name时,springboot注册插件获取的配置为bootstrap.yml中的值,但实际上,在spring环境中,应该是application.yml中的值(比如@Value("${spring.application.name}"))
…
-
### What happened?
使用动态配置时,订阅与配置变动时,线程中的类加载器不一致
### How can we reproduce it (as minimally and precisely as possible)?
新建一个插件,在PluginService的start方法中,订阅配置,会导致配置变动时,动态配置插件的监听器线程中的类加载器与订阅时线程中的类加载器不一致
…