eldzej88
Results
1
comments of
eldzej88
Another workaround is manually init load balancer clients, for example after application ready event occured ``` @Configuration @RequiredArgsConstructor public class LoadBalancerClientsInitializer { private final LoadBalancerClientFactory loadBalancerClientFactory; @EventListener(ApplicationReadyEvent.class) public void onApplicationReadyEvent()...