You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use feignclient with eureka, server A need to call service B use feign , when service A start up, the first call to service B is always fail.
I find that the loadbalancer has no server, and then "Using serverListUpdater PollingServerListUpdater", I think it is better to pollingserver list when Server A start up .
The text was updated successfully, but these errors were encountered:
@spencergibb we are also having problems with this. Basically, the lazy initialization of the DynamicServerListLoadBalancer(s) gives us problems on the first request after a deployment or service restart.
I use feignclient with eureka, server A need to call service B use feign , when service A start up, the first call to service B is always fail.
I find that the loadbalancer has no server, and then "Using serverListUpdater PollingServerListUpdater", I think it is better to pollingserver list when Server A start up .
The text was updated successfully, but these errors were encountered: