yangde
yangde
你好,请问有解决掉吗,我也遇到了这个问题了
> Are you trying to disable refresh of a running application? ^_^ That's not it. We use Apollo as our configuration hub and hot updates to our configuration are done...
 I think when configure eureka.client.refresh.enable=false,this listener should be turned off as well. Otherwise a single call to refreshAll will trigger a re-registration of eureka here
I think this should be a problem with the eureka implementation. Just turn off the eureka refresh listener, see my fix package for details: [https://github.com/yonyong/spring-cloud-netflix-eureka-patch](https://github.com/yonyong/spring-cloud-netflix-eureka-patch).