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...
- :calendar: published on: 2016-01-01
- tags: security, publish-subscribe
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...
- :calendar: published on: 2016-11-21
- tags: publish-subscribe, security
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...
- tags: glossary, publish-subscribe, architecture