II.
StackPart JSON
Structured · livestack-part:pubsub-service
Pub/Sub Service json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "stack-part:pubsub-service",
"_kind": "StackPart",
"_file": "domain/stack-parts/stack-parts-networking.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Pub/Sub Service",
"category": "messaging",
"description": "Topic/subscription pub-sub messaging (GCP Pub/Sub, SNS). Distinct from\nmessage-queue (work distribution) and event-bus (filtered routing).\n",
"relatedStackParts": [
"stack-part:message-queue",
"stack-part:event-bus"
]
},
"outgoingEdges": [
{
"from": "stack-part:pubsub-service",
"to": "platform-service:gcp-pubsub",
"kind": "implemented_by",
"attributes": {}
},
{
"from": "stack-part:pubsub-service",
"to": "platform-service:aws-sqs",
"kind": "implemented_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "platform-service:azure-service-bus",
"to": "stack-part:pubsub-service",
"kind": "implements_stack_part"
},
{
"from": "platform-service:azure-service-bus",
"to": "stack-part:pubsub-service",
"kind": "implements_stack_part",
"attributes": {}
},
{
"from": "platform-service:gcp-pubsub",
"to": "stack-part:pubsub-service",
"kind": "implements_stack_part"
},
{
"from": "platform-service:gcp-pubsub",
"to": "stack-part:pubsub-service",
"kind": "implements_stack_part",
"attributes": {}
}
]
}