System Overview - Pub/sub pattern
The Pub/Sub pattern is a messaging architecture where publishers send messages without knowing who will receive them. Subscribers express interest in certain message topics and receive only those messages. This decouples message producers from consumers, enabling scalable and flexible communication.