3

I'm fairly new to spring cloud gateway and I am thinking of using it as a main gateway to my application.

I was wondering if Spring cloud gateway provides the capability to monitor health of the gateway (and also monitor the health of the microservices that have the /health endpoint)?

Also i'm wondering if Spring cloud gateway supports API versioning too?

What would be really good is if anyone can point me to the direction where there is sample code that is available for me to try these things out?

Thanks

rm12345
  • 1,089
  • 3
  • 18
  • 32
  • That's three questions, not sure of SO procedure there. What would you consider the health of a gateway? It is a spring boot app, so all of its actuator endpoints are there. There's nothing specific for versioning, but simple filters would work. https://github.com/spring-cloud-samples/spring-cloud-gateway-sample – spencergibb Feb 12 '18 at 17:15
  • good thanks @spencergibb . Will avoid asking mulitple questions on SO. But yes, useful information. thanks – rm12345 Feb 13 '18 at 10:20

0 Answers0