Skip to content

Spike

Compare
Choose a tag to compare
@mohamed-taman mohamed-taman released this 26 May 10:06
· 37 commits to master since this release

Adding Circuit Breaker and retry with Resilience4j issue #68

Release notes:

  1. Add Resilience4j Circuit Breaker to the store service.
  2. Add Resilience4j retry to store service.
  3. Update configurations with comments in store.yml under configs/repo.
  4. Update diagram to show circuit breaker and retry.
  5. Updated test-em-all.sh script to test circuit breaker functionality.