Spike
Adding Circuit Breaker and retry with Resilience4j issue #68
Release notes:
- Add Resilience4j Circuit Breaker to the store service.
- Add Resilience4j retry to store service.
- Update configurations with comments in
store.yml
under configs/repo. - Update diagram to show circuit breaker and retry.
- Updated
test-em-all.sh
script to test circuit breaker functionality.