Software Architecture in Golang: Orchestrator Pattern

What is the Orchestrator Pattern? Adam Bellemare defines it in his book “Building Event-Driven Microservices” as a “pattern where a central Microservice, issues commands to and awaits responses from subordinate worker Microservices”. Pros of using the Orchestrator Pattern with Golang ■ It’s relatively easy to implement and maintain because all coordination is in one place. […]