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
While debugging I can see that SimpleDiscoveryClient#getInstances is called before SimpleDiscoveryProperties#init, and during that first call properties are not yet initialized and instance list is empty.
Root cause seems to be SimpleDiscoveryClientAutoConfiguration and proxyBeanMethods = false. Should be trivial to fix with explicit method argument injection.