resilient-java-microservices-with-istio icon indicating copy to clipboard operation
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...

Results 2 resilient-java-microservices-with-istio issues
Sort by recently updated
recently updated
newest added

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_"