publish-subscribe.md

July 15, 2021 · View on GitHub

Bookmarks tagged [publish-subscribe]

www.codever.land/bookmarks/t/publish-subscribe

Testing apps locally with the emulator  - Google Pub/Sub

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...


Confidentiality-Preserving Publish/Subscribe: a Survey

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...


Publish-Subscribe Threat Modeling – Security Compass

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...


Publish–subscribe pattern

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...