-
### 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方法中,订阅配置,会导致配置变动时,动态配置插件的监听器线程中的类加载器与订阅时线程中的类加载器不一致
…
-
### What would you like to be added?
sermant使用kie作为配置中心时,支持“环境+应用+服务+版本“监听范围。
### Why is this needed?
sermant集成到SS之后,使用CSE微服务治理会越来越多,目前CSE新版本治理中心下发的配置范围为:环境+应用+服务+版本。
-
### What happened?
服务可见性数据类型值和Agent中定义的数据类型值不一致
### How can we reproduce it (as minimally and precisely as possible)?
服务可见性数据类型值和Agent中定义的数据类型值不一致
### Anything else we need to know?
_No response_…
-
### What happened?
springboot注册插件切换上下文类加载器异常
### How can we reproduce it (as minimally and precisely as possible)?
dubbo应用挂载springboot注册插件,在同一方法中,先调用springboot注册插件的服务间调用,再调用dubbo接口,出现报错:No su…
-
### What happened?
spring-cloud框架挂载sermant 0.5.1版本成功注册CSE注册中心,下发限流策略生效后,在CSE配置中心禁用限流策略,但是策略依然生效
### How can we reproduce it (as minimally and precisely as possible)?
1、华为云资料下载0.5.1版本的sermant-inject…
-
### What happened?
在使用静态变量定义核心服务时,核心服务未开启,在运行过程中会出现NoClassDefFoundError
### How can we reproduce it (as minimally and precisely as possible)?
静态变量使用ServiceManager获取核心服务,在配置文件中关闭被获取的核心服务,运行程序
### A…
-
### What happened?
injector场景,在业务应用已挂载preStop节点时,injector有可能无法正确注入优雅下线的命令
### How can we reproduce it (as minimally and precisely as possible)?
如果业务应用已挂载preStop节点,且在command中执行了exit 0之类的命令时,优雅下线的命令将…
-
### What would you like to be added?
Sermant增强类失败时,期望输出日志到文件。(日志信息包括:被增强的类名、失败原因等等)
### Why is this needed?
便于快速分析问题。
我在使用Sermant开发Agent时,发现程序没有按预期执行,调试过程中,发现sermant-agentcore-core-0.6.2.jar包中Ag…
-
### What happened?
springcloud注册demo启动失败
### How can we reproduce it (as minimally and precisely as possible)?
启动springcloud注册demo
### Anything else we need to know?
_No response_
### Sermant ve…