II.
Topic JSON
Structured · livetopic:throttling
Throttling json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:throttling",
"_kind": "Topic",
"_file": "domain/topics/curated-topics.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Throttling",
"description": "Throttling as a cross-cutting topic - intentionally reducing throughput\nor concurrency to protect systems under pressure.\n"
},
"outgoingEdges": [
{
"from": "topic:throttling",
"to": "domain:software-engineering",
"kind": "applies_to"
},
{
"from": "topic:throttling",
"to": "domain:web-development",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:software-engineering",
"to": "topic:throttling",
"kind": "contains"
},
{
"from": "domain:web-development",
"to": "topic:throttling",
"kind": "contains"
}
]
}