Publish/subscribe

Connect independent publishers and subscribers through topics and message queues.

Get started

Publishers send messages to topics, subscribers consume them through queues, and neither side knows about the other - the pattern, the vocabulary and when to use it.

What is publish/subscribe?
service.py

Concepts

Endpoints

APIs

Security