← Back to architecture map
📢
Architecture Pattern POC

Pub / Sub

Publishers push messages to topics. Multiple subscribers consume independently.

messaging

Flow From Map

Publisher -> Topic: "orders"
              ->        ->
         Sub A    Sub B

Your POC Area

Replace this placeholder with your interactive proof of concept for Pub / Sub. This route is already dedicated to this pattern, so you can add diagrams, controls, code demos, or simulations here.

Example references: Kafka, Google Pub/Sub, SNS, kafkajs