Skip to content

Commit

Permalink
Update pubsub.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gak authored Jun 16, 2024
1 parent 419150c commit 63a65e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/docs/reference/pubsub.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ toc = true
top = false
+++

FTL has first-class support for PubSub, modelled on the concepts of topics (where events are sent), subscriptions (a cursor over the topic), and subscribers (functions events are delivered to). Subcribers are, as you would expect, sinks. Each subscription is a cursor over the topic it is associated with. Each topic may have multiple subscriptions. Each subscription may have multiple subscribers, in which case events will be distributed among them.
FTL has first-class support for PubSub, modelled on the concepts of topics (where events are sent), subscriptions (a cursor over the topic), and subscribers (functions events are delivered to). Subscribers are, as you would expect, sinks. Each subscription is a cursor over the topic it is associated with. Each topic may have multiple subscriptions. Each subscription may have multiple subscribers, in which case events will be distributed among them.

First, declare a new topic:

Expand Down

0 comments on commit 63a65e8

Please sign in to comment.