FeatureFuel
10

Event-Driven Message Queue akin to GCP Pub/Sub for Distributed Systems

Source: supabase/supabase#17786 · opened by @enahsor
Hey, I'm proposing an integrated event-driven message queue, modeled after GCP’s Pub/Sub, to bolster real-time reactivity and support distributed systems. What am I proposing: • Implement a pub/sub model where different segments of the application could subscribe to topics of interest. • Introduce edge functions triggering when messages are sent to subscribed topics, enabling real-time processing and responsiveness. • Extend the setup to interact with external systems for broader integration and interoperability. Why do this?: • Enhance real-time reactivity in applications by capturing events triggered by actions such as user creation/modification, database operations, and file uploads/deletions - basically anything that can be captured • Foster distributed system setups allowing components to operate and scale independently while reacting to system-wide events. Who does this benefit? Benefit developers by reducing the complexit…

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests