mroccyen

Results 17 issues of 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 ![image](https://user-images.githubusercontent.com/22514893/174984921-b6f0d05b-40f3-40d3-99e8-8e929afb211c.png) ### Describe the solution you'd like Determination of additive...

enhancement

### 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 ![image](https://user-images.githubusercontent.com/22514893/170201176-3811aa8f-6b17-4645-893b-d14839275c45.png) ConfigurationWrapper internally reads files at regular intervals, regardless of...

feature

![image](https://user-images.githubusercontent.com/22514893/179344787-93ab489b-a6a1-4d3f-916f-2f8e1b6d0692.png) 如图所示,AuthTest 所有的单元测试都是错误的,这个需要修复一下

good first issue

## 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 : ![image](https://user-images.githubusercontent.com/22514893/175248101-0dba0230-b49a-4ebc-b104-aae3a6916e4e.png)

enhancement

add override annotation for Specification child class

waiting-for-triage

## 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长轮询进行优化。

![image](https://user-images.githubusercontent.com/22514893/191929699-e17da4a6-a0a9-4d32-b5eb-f06ba582b97a.png) 上面的代码在好几个地方都有写,感觉这个可以抽象出一个公共方法来进行调用,也可以更好的维护