Latest Updates

Documenting code, one commit at a time.

Pub/Sub 1 post
×

Building Resilient Inbound Services in Go with Redis and Snapshot Persistence

The nj-dialer-inbound-service project was created to address the need for a high-performance, fault-tolerant inbound voice processing service. Our goal was to build a system that remains operational even during outages of the primary control plane, ensuring that inbound requests are handled without disruption.

Key Architecture Decisions

To achieve this resilience, we implemented several