I have been trying to find a running example of spring cloud gateway integrated with eureka server and also with some Hystrix examples but I could't find so far. Are there any place where I could find it? I really would like to see spring cloud gateway in use, replacing my current Zuul API service.
Thanks!
You can use Spring Cloud Gateway in conjunction with Spring Cloud Config and Spring Cloud Eureka. In such way, configuration of a Gateway may look like:
And, as was said by spencergibb, add the discovery capability:
This is actual for Finchley.M3.