Skip to content

Commit

Permalink
docs: include delivery guarantee for pubsub
Browse files Browse the repository at this point in the history
  • Loading branch information
matt2e authored and stuartwdouglas committed Nov 10, 2024
1 parent 9c9b936 commit 33616b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/content/docs/reference/pubsub.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ 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). 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.

Each published event has an at least once delivery guarantee for each subscription.

{% code_selector() %}
<!-- go -->

Expand Down
2 changes: 1 addition & 1 deletion internal/lsp/hoveritems.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 33616b7

Please sign in to comment.