Skip to content
Advertisement

Tag: gateway

Spring boot and Zuul proxy DeferringLoadBalancerExchangeFilterFunction Error

I have a simple app that uses Netflix Zuul as an API gateway I added the Zuul dependency in the pom.xml file as follows: and @EnableZuulProxy for the main class of the app The problem is that whenever I try to run the API, It fails to start and shows in the console: Consider defining a bean of type ‘org.springframework.cloud.client.loadbalancer.reactive.DeferringLoadBalancerExchangeFilterFunction’

Advertisement