In your Supabase project, navigate to Database > Replication. Ensure that replication is enabled for the tables you wish to stream to RisingWave. Supabase handles the underlying logical replication configuration for you when you enable this.
Find your project’s database connection details in the Supabase dashboard under Project Settings > Database. You will need the host, port, user, and password.
While Supabase manages the REPLICATION role, you still need to ensure your user has SELECT privileges on the tables you want to stream. Connect to your Supabase database and run: