apolloconfig / apollo

Apollo is a reliable configuration management system suitable for microservice configuration management scenarios.
https://www.apolloconfig.com
Apache License 2.0
28.93k stars 10.19k forks source link

未添加监听, 也在做空转长轮询 #5158

Open qq31715879 opened 2 weeks ago

qq31715879 commented 2 weeks ago

描述bug 未添加监听, 也在空转长轮询 image

image

简洁明了地描述一下bug

复现

通过如下步骤可以复现:

期望 添加close方法; 有一部分配置, 只希望远程拉完就结束

简介明了地描述你希望正常情况下应该发生什么

截图

如果可以,附上截图来描述你的问题

额外的细节和日志

nobodyiam commented 2 weeks ago

长轮询是为了更新配置,和是否监听无关

qq31715879 commented 1 week ago

但是我没有监听, 长轮询拉到了新配置也没用呀; 有些业务不需要更新配置; 有些配置是静态的一次读取完毕之后, 就不在需要更新了的