all-things-risingwave

Is it possible to subscribe to changes in a materialized view in RisingWave?

I am observing some cool RisingWave features and now have a question if it is possible to subscribe to changes in a materialized view.

Bo

Bobur

Asked on Mar 26, 2023

Yes, you can subscribe to changes in a materialized view in RisingWave by using SINK to sink changes to external systems like Kafka. Check the RisingWave documentation for more details on how to create a sink for a materialized view. Additionally, you can explore the integrations page for more information on integrating with external systems.

Mar 26, 2023Edited by