Consul with Spring Cloud Gateway - Inter Service Communication
问题 The setup: I have a set of Spring Boot based microservices that are fronted by Spring Cloud Gateway, meaning every request that comes from UI or external API client first comes to Spring Cloud Gateway and is then forwarded to appropriate microservice. The routes are configured in Consul, and Spring Cloud Gateway communicates with Consul to get the routes accordingly. Requirement: There is a need of some microservices communicating with each other with REST APIs. I would prefer this