Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(realtime_client): Consolidate realtime subscription for stream #1096

Merged
merged 2 commits into from
Dec 11, 2024

Conversation

dshukertjr
Copy link
Member

What kind of change does this PR introduce?

Bundles the three separate Postgres change listener within Stream into a single PostgresChangeEvent.all subscription, which helps reduce the number of subscriptions opened on the database for every single time .stream() is called.

@dshukertjr dshukertjr merged commit 4e35115 into main Dec 11, 2024
6 checks passed
@dshukertjr dshukertjr deleted the fix/stream-consolidate branch December 11, 2024 09:17
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