You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Composable, low-overhead retry policies with pluggable classification, per-class backoff strategies, and structured observability hooks. Designed for services that need predictable retry behavior and clean integration with metrics/logging.
Built a Resilient Message Handler leveraging RabbitMQ and the Outbox–Inbox pattern to achieve fault tolerance and guaranteed delivery. The system follows RMHA principles, implementing retry logic, dead-letter queues, and idempotent message consumption for reliable inter-service communication.