Skip to content

Commit

Permalink
docs: subscribers typo (#1799)
Browse files Browse the repository at this point in the history
  • Loading branch information
gak authored Jun 17, 2024
1 parent 2f92517 commit 79c78fd
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). Susbcribers 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 79c78fd

Please sign in to comment.