← Back to architecture mapmessaging
📢
Architecture Pattern POC
Pub / Sub
Publishers push messages to topics. Multiple subscribers consume independently.
Flow From Map
Publisher -> Topic: "orders"
-> ->
Sub A Sub BYour 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