Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 423 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 423 Bytes

Resilience4j-SpringBoot2-Tryout

Just a base sample tryout for resilience4j library

Resilience Modules used is ratelimiter with fallback option.

To build : mvn clean install

To run & execute : java -jar target/

To do: Implement repository Layer using MongoDB Use retry with ratelimiter failure exception

Use Prometheus & grafanna to get a dashboard of available threads and permissions available.