II.
Topic JSON
Structured · livetopic:saga-pattern
Saga Pattern json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:saga-pattern",
"_kind": "Topic",
"_file": "domain/topics/saga-pattern.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Saga Pattern",
"description": "Saga pattern for distributed transactions — choreographed and\norchestrated long-running workflows with compensating actions.\n"
},
"outgoingEdges": [
{
"from": "topic:saga-pattern",
"to": "domain:software-engineering",
"kind": "applies_to"
},
{
"from": "topic:saga-pattern",
"to": "domain:databases",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:databases",
"to": "topic:saga-pattern",
"kind": "contains"
},
{
"from": "domain:software-engineering",
"to": "topic:saga-pattern",
"kind": "contains"
}
]
}