Event Sourced
I am part of a team that works on a business critical microservice that captures a Submission from end users. A request submitted by a party flows through a workflow of approvals and at the end creates / generates sides effects in downstream services. There are several downstream services, each managed and deployed as separate applications by their own team. Challenges The service I worked on acted as a gatekeeper for data entering into these downstream service....