
@__karnati Timeouts + circuit breakers first.
Stop waiting on D once it’s slow.
Then bulkheads to isolate thread pools, and retries with backoff (not hammering D).
Optional: caching or fallback so A/B/C can degrade gracefully instead of failing.
English

















