Skip to content

Commit

Permalink
 add warning about limit to delivery guarantees
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk committed May 27, 2024
1 parent 0fc3b59 commit 94f8ac1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/400-pulse/300-database-events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@ Here is a summary of the event delivery semantics in Prisma Pulse:
| **Event order** | Same order as events were produced | Maybe different order than events were produced |
| **Can "replay" missed events** | Yes | No |

<Admonition type="warning">

Note that if an events exceeds the [size limit](/pulse/known-limitations#size-limit-for-database-events) for your [subscription plan](https://www.prisma.io/pricing), the event will be dropped.

</Admonition>

#### `stream()`

When using `stream()`, Prisma Pulse provides the following delivery guarantees:
Expand Down

0 comments on commit 94f8ac1

Please sign in to comment.