Handling Timeouts In Microservices
Approach 1: Ignore (Bad user experience)
Approach 2: Configure and use defaults
Approach 3: Retry
In this retry mechanism if request is simple, it okay let say read request and sometime situation might tricky if
if request is non idempotent
if reques...
nithinmanupuri.hashnode.dev1 min read