Publish-Subscribe Design Pattern: Introduction to Scalable Messagingby@Michael_Ably
7,966 reads

Publish-Subscribe Design Pattern: Introduction to Scalable Messaging

tldt arrow
Read on Terminal Reader
Read this story w/o Javascript

Too Long; Didn't Read

Pub/Sub is a design pattern that allows for loose coupling and scaling between the sender of messages (publishers) and receivers (subscribers) on topics they subscribe to. Pub/sub allows extremely dynamic networks to be built at scale without overloading the publishing components or causing unnecessary costs. This means publisher and subscriber operations can operate independently of each other. The pub/sub method is central to effective streaming of data in real-time. It is used to address routing problems at the. scale of a messaging infrastructure at such a scale can be problematic.

Companies Mentioned

Mention Thumbnail
Mention Thumbnail

Coin Mentioned

Mention Thumbnail
featured image - Publish-Subscribe Design Pattern: Introduction to Scalable Messaging
Michael HackerNoon profile picture

@Michael_Ably

Michael

Receive Stories from @Michael_Ably

react to story with heart

RELATED STORIES

L O A D I N G
. . . comments & more!