Description
Implement a service mesh layer with circuit breaker, bulkhead isolation, retry with backoff, and timeout controls between all internal microservices.
Acceptance Criteria
Technical Scope
- backend/src/middleware/circuit-breaker.ts
- backend/src/routes/service-mesh.ts
- Edge: cascading failures, half-open state transitions, metric cardinality explosion
Description
Implement a service mesh layer with circuit breaker, bulkhead isolation, retry with backoff, and timeout controls between all internal microservices.
Acceptance Criteria
Technical Scope