resilient-java-microservices-with-istio
resilient-java-microservices-with-istio copied to clipboard
In this code we demonstrate how to build, deploy, connect resilient Java microservices leveraging Istio service mesh. We show how to configure and use circuit breakers, timeouts/retries, rate limits a...
Remove 'sudo: required' and 'dist: trusty' from the .travis.yml file. Both are depricated. Fixes #57
[Travis are now recommending removing the __sudo__ tag](https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration). "_If you currently specify __sudo: false__ in your __.travis.yml__, we recommend removing that configuration_"