II.
Topic JSON
Structured · livetopic:message-driven-architecture
Message-Driven Architecture json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:message-driven-architecture",
"_kind": "Topic",
"_file": "domain/topics/curated-topics.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Message-Driven Architecture",
"description": "Message-Driven Architecture as a cross-cutting topic - asynchronous\ncommunication through queued or brokered messages between services.\n"
},
"outgoingEdges": [
{
"from": "topic:message-driven-architecture",
"to": "domain:software-engineering",
"kind": "applies_to"
},
{
"from": "topic:message-driven-architecture",
"to": "domain:data-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:data-engineering",
"to": "topic:message-driven-architecture",
"kind": "contains"
},
{
"from": "domain:software-engineering",
"to": "topic:message-driven-architecture",
"kind": "contains"
}
]
}