A Path to Services - Part 3 - Synchronous Events
This article was originally posted on the PipelineDeals Engineering Blog
In the previous article in this series, we introduced a billing service to determine which features an account could access. If you remember, the email service was a “fire and forget” operation and was capable of handling throughput delays given its low value to the core application.
This post will explore how we handle synchronous communication for a service like billing where an inline response is required to service a request from the core application.
continue reading →