Skip to content

feat: default messages partition#1940

Closed
leandrocp wants to merge 3 commits into
mainfrom
feat/lp-messages-default-partition
Closed

feat: default messages partition#1940
leandrocp wants to merge 3 commits into
mainfrom
feat/lp-messages-default-partition

Conversation

@leandrocp
Copy link
Copy Markdown
Contributor

@leandrocp leandrocp commented Jun 4, 2026

We still have edge cases where realtime.send would raise ErrorSendingBroadcastMessage because of missing partitions, even with health check creating them (#1939) for example when the function is called before a WS conn or before health check.

This is a proposal to close that gap by using a default partition which works as a catch-all in case a partition doesn't exist yet, again rare cases but still possible.

Fixes REAL-319
Fixes REAL-500
Fixes REAL-848

leandrocp and others added 3 commits June 4, 2026 17:53
We still have edge cases where realtime.send would raise
ErrorSendingBroadcastMessage because of missing partitions,
even with health check creating them (#1939) for example when the
function is called before a WS conn or before health check.

This is a proposal to close that gap by using a default partition which
works as a catch-all in case a partition doesn't exist yet, again rare
cases but still possible.
@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage is 91.387%feat/lp-messages-default-partition into main. No base build found for main.

@leandrocp
Copy link
Copy Markdown
Contributor Author

After some discussion let's move to a warning approach instead.

@leandrocp leandrocp closed this Jun 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants