TLDR – you can check out the Spring Cloud Service seed project I made on Github here https://github.com/silentFred/spring-cloud-go-service-seed This seed project enables full communication with Eureka, uses Spring Cloud Config and I implemented
Filtering specific service routes on Zuul to protect sensitive information like actuator endpoints and internal API documentation You might have some sensitive information endpoints on your services that you absolutely
Making Zuul proxy aware of your microservices’ web context root and avoid adding the context on the proxy url Eureka does not support microservice web context roots out of the
Making your client-side load-balanced Feign clients using Eureka service discovery aware of your services’ web context…(/eish) Spring Cloud makes life much easier with it’s great cloud native features. Unfortunately it’s
A quick guide on how to manually setup a fully featured Feign client in Spring Cloud If for whatever reason you need to manually wire up a Feign client that