/saga-zeebe

Saga pattern is based on Zeebe.

Primary LanguageJava

Saga code example on Camunda Platform 8

This project contains:

  1. infrastructure (Camunda Platform 8, ElasticSearch, MongoDB),
  2. API for making an order (order service),
  3. worker apps (inventory service, payment service).

For running infra cluster run the command: docker compose up -d

For stopping infra cluster run the command: docker compose down

Architecture and Patterns:

Camunda Platform 8 Docs:

https://docs.camunda.io/docs/self-managed/about-self-managed/