# Kafka Microservices — Saga Choreography Example This is a **minimal, production-inspirable** demo of the Saga **Choreography** pattern using Apache Kafka. Services communicate *only* via events—no ...
In the context of microservice architecture, both orchestration and choreography refer to the coordination of multiple services in order to accomplish a specific task or set of tasks. However, they ...