Skip to content

Commit c2ae685

Browse files
committed
docs(changeset): When the PostgreSQL LISTEN is interrupted (networking issue/server restart/etc), subscriptions will now be TERMINATED. This is a change in behavior to ensure that messages are not dropped without client knowledge - we want at-least-once delivery, and if we can't guarantee that we should terminate the subscription so the client can perform any necessary resynchronization.
1 parent ab0c9cf commit c2ae685

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.changeset/clean-roses-turn.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
"postgraphile": patch
3+
"@dataplan/pg": patch
4+
---
5+
6+
When the PostgreSQL LISTEN is interrupted (networking issue/server restart/etc),
7+
subscriptions will now be TERMINATED. This is a change in behavior to ensure
8+
that messages are not dropped without client knowledge - we want at-least-once
9+
delivery, and if we can't guarantee that we should terminate the subscription so
10+
the client can perform any necessary resynchronization.

0 commit comments

Comments
 (0)