Reactive OpenFeign Example An example of Reactive Open Feign with client side Spring Cloud Load Balancer configured without service discovery. How to Run Run Web Flux Server API: ./gradlew :flux-api:bootRun Run client to make calls against API: ./gradlew :client:bootRun