Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 2.37 KB

publish-subscribe.md

File metadata and controls

30 lines (25 loc) · 2.37 KB

Bookmarks tagged [publish-subscribe]

https://cloud.google.com/pubsub/docs/emulator

To develop and test your application locally, you can use the Cloud Pub/Sub emulator, which provides local emulation of the production Cloud Pub/Sub environment. You run the Cloud Pub/Sub emulator usi...


https://arxiv.org/pdf/1705.09404.pdf

Publish/subscribe (pub/sub) is an attractive communication paradigm for large-scale distributed applications running across multiple administrative domains. Pub/sub allows event-based information diss...


https://blog.securitycompass.com/publish-subscribe-threat-modeling-11add54f1d07

The decoupled multicast nature of many-to-many communications in the Publish-Subscribe pattern introduces the system components to threats such as unwanted traffic flooding, node compromise attacks, d...


https://en.wikipedia.org/wiki/Publish%E2%80%93subscribe_pattern

In software architecture, publish–subscribe is a messaging pattern where senders of messages, called publishers, do not program the messages to be sent directly to specific receivers, called subscribe...