How u Build Fault Tolerance in Microservices: Resilience 4j
Before Entering into this Fault Tolerance
What is Idempotency how u archieve?
Idempotency means Duplicate calls to server will not allow to create duplicate records.
GET,PUT,PATCH,DELETE → Idempotent in nature
POST → Non Idempotent
How we handle this...
nithinmanupuri.hashnode.dev1 min read