1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Removed fan-out from pub sub concepts

This commit is contained in:
Stephen Asbury 2019-05-22 13:12:08 -07:00
parent 60faee3369
commit 941ca8a2bd

View File

@ -1,4 +1,4 @@
# Publish-Subscribe and Fan-Out
# Publish-Subscribe
NATS implements a publish-subscribe message distribution model for one-to-many communication. A publisher sends a message on a subject and any active subscriber listening on that subject receives the message. Subscribers can also register interest in wildcard subjects that work a bit like a regular expression (but only a bit). This one-to-many pattern is sometimes called fan-out.