Closed kasramp closed 5 years ago
Hystrix is still supported by Spring. For the fallback method, the best idea is to integrate some fallback services.
Tests are failing, they need to be fixed. New tests should be written for both integration and Hystrix fallback.
Some of the third party services occasionally have outages, it will be good to use a circuit breaker and fall back to another service temporary if the default integration is inaccessible. One example of circuit breaker is Hystrix but that's not maintained by Netflix anymore. Better to use other options.