Describe the bug openfeign use BlockingLoadBalancerClient to get ServiceInstance, and BlockingLoadBalancerClient use Mono.from(loadBalancer.choose()).block(); this code is illegal in webflux context. Can we take away the Mono.from().block() or use other LoadBalancerClient instead?

Comment From: spencergibb

feign is blocking by nature, there's nothing for us to do. See https://github.com/Playtika/feign-reactive