Distributed Transaction

Use when a business write spans services or datasources (order then coupon, pay then commission, verify then settle), or the user mentions 本地消息表, 事务消息, TCC, Seata, Saga. Do not use for a single-service single-DB transaction. Never default to TCC.

1398281322-a11y d1d72f7 3.5 KB Updated

File contents

1398281322-a11y/java-backend-guardrails/tree/main/skills/java-backend-guardrails/distributed-transaction commit d1d72f798a

Frequently asked questions

npx skillmds@latest add 1398281322-a11y/distributed-transaction