Skip to content
Advertisement

Tag: spring-cloud-loadbalancer

spring webclient load balance

Never used webclient with load balancing before and I fallowed https://spring.io/guides/gs/spring-cloud-loadbalancer/ and implemented webclient load balancer, now I am trying to use helthchecks and having problem. and I got the error below when I comment “withHealthChecks()” everything works as expected. My main target is to disable the “DefaultServiceInstance” in case it is failing (means http status 503 or 404 or

Advertisement