Library Settings Get Help
Stacktora
Stacktora / Vault / Java (Spring) + Kafka + Postgres: Order Saga / Distributed Transaction Backend
Backend by @ops

Java (Spring) + Kafka + Postgres: Order Saga / Distributed Transaction Backend

Saga orchestration for multi-step transactions across services — Kafka carrying saga events, a worker managing compensation logic when a step fails partway through. For teams past a single-database transaction being enough.

Loads this recipe straight into the wizard — every setting stays editable before you generate anything.

The stack

Java (Spring) 21 PostgreSQL Kafka

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install java-order-saga-orchestration --remote
$ stacktora sync   # generate the files

What you get

docker-compose.ymlMakefileDockerfileREADME.md.env.example.gitignore.dockerignore.github/workflows/ci.yml.tool-versions.editorconfigProcfile … and more

More from the Vault