mroccyen
mroccyen
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues. ### Enhancement Request  ### Describe the solution you'd like Determination of additive...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues. ### Feature Request  ConfigurationWrapper internally reads files at regular intervals, regardless of...
 如图所示,AuthTest 所有的单元测试都是错误的,这个需要修复一下
## What is the purpose of the change optimize serviceregistry package class format ## Brief changelog XX ## Verifying this change XXXX
I think it well that add reactive way for ServiceRegistry and ServiceDiscovery. like this : 
add override annotation for Specification child class
## Description this PR fix issue #5884
## What is the purpose of the change this PR fix #249,使用http长轮询获取配置数据 ## Brief changelog XX ## Verifying this change XXXX
目前配置信息获取是根据每5s进行一次http调用获取,即使服务端没有数据变更,也会进行一次请求。可以采取http长轮询进行优化。
 上面的代码在好几个地方都有写,感觉这个可以抽象出一个公共方法来进行调用,也可以更好的维护