II.
Topic JSON
Structured · livetopic:request-reply
Request-Reply json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:request-reply",
"_kind": "Topic",
"_file": "domain/topics/curated-topics.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Request-Reply",
"description": "Request-Reply as a cross-cutting topic - correlated requests and\nresponses across service or message boundaries.\n"
},
"outgoingEdges": [
{
"from": "topic:request-reply",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:software-engineering",
"to": "topic:request-reply",
"kind": "contains"
},
{
"from": "domain:api-development",
"to": "topic:request-reply",
"kind": "contains"
}
]
}