← Graph

Pub/Sub Messaging

concept 3 connections

Messaging pattern where publishers write messages to a category (e.g. a stream) without knowing who will consume them, and subscribers read from categories without knowing who produced them. Publishers and subscribers are mutually independent. In Eventide this is how consumers and handlers communicate — it underpins the decoupling between a service that publishes an event and any other component that reacts to it.

category
pattern
about
Pub/Sub Messaging concept
Scott argues pub/sub is the primary pattern and event sourcing is a derivative.
about
Pub/Sub Messaging concept
Takeaway elevates pub/sub as the primary pattern.
about
Pub/Sub Messaging concept
Describes Eventide's pub/sub via consumers reading from categories.

Provenance

Read by
4 extractions