Spring 5 Functional Web Framework is not working with Eureka Client
问题 Spring 5 Functional Web Framework is not working when I enable Microservice environment { Config-Server, Service-Registry(Eureka), Gateway(Zuul) } I've a Maven + Spring Boot(v. 2.0.0.M3) + Spring Cloud(v. Finchley.M2) + JDO (DataNucleus) + MySQL application with Annotation based Rest Controller as well as Web Functional based RouterFunction. When I run my application Without Eureka Client Dependency. Everything works fine, My Annotation based & Functional calls working smoothly.. <dependency>