II.
Topic JSON
Structured · livetopic:retry-pattern
Retry Pattern json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:retry-pattern",
"_kind": "Topic",
"_file": "domain/topics/curated-topics.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Retry Pattern",
"description": "Retry Pattern as a cross-cutting topic - bounded retries, backoff,\nidempotency awareness, and failure classification.\n"
},
"outgoingEdges": [
{
"from": "topic:retry-pattern",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:software-engineering",
"to": "topic:retry-pattern",
"kind": "contains"
},
{
"from": "lib-agent:software-architecture--resilience-patterns-engineer",
"to": "topic:retry-pattern",
"kind": "lib_covers_topic",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:software-architecture--resilience-patterns",
"to": "topic:retry-pattern",
"kind": "lib_covers_topic",
"attributes": {
"weight": 0.7
}
}
]
}