realtime icon indicating copy to clipboard operation
realtime copied to clipboard

Broadcast, Presence, and Postgres Changes via WebSockets

Results 89 realtime issues
Sort by recently updated
recently updated
newest added

# Chore ## Describe the chore In order to set the parameter `log_min_messages` you need elevated privileges, https://github.com/supabase/realtime/blob/e34899b6829b49d7e2ea769717059e3ba1835fea/lib/extensions/postgres_cdc_rls/repo/migrations/20230328144023_create_list_changes_function.ex#L11 These privileges cannot be achieved in certain managed Cloud SQL instances. It...

# Feature request ## Is your feature request related to a problem? Please describe. I just today started exploring Supabase and browsed through the open feature requests here. This is...

enhancement

## What kind of change does this PR introduce? feat ## What is the new behavior? Fast lane outgoing broadcast messages, and count them, so they don't need to be...

# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...

bug

# Feature request In order to allow for efficient updates to subscribers when hundreds/thousands of db rows are inserted/updated, it would be preferable to have subscriptions capable of being fed...

enhancement

It would be good to be able to support pagination in realtime with things like range.

enhancement

Hey, Queuing is part of most applications, and it would be awesome if Supabase would provide a native and well-integrated solution. With the current architecture, I would assume that a...

enhancement

This would help catch spelling mistakes and make it more user friendly in general.

enhancement

## What kind of change does this PR introduce? Feat: use fully qualified names for most realtime functions. (no update on realtime.apply_rls) as I think that should be done through...