Asynchronous event processing?
Pulse sounds great, but from what I understand, you must be actively streaming events to be able to react to them. This makes it a poor option for tasks like sending onboarding emails, even though that's an example often used in the documentation. It would be great to have native integrations with tools like Inngest to enable type-safe asynchronous event processing.
1 Reply
Hey @theophileavoyne 👋
Thanks for sharing the feedback.
If you are using the stream API then you don't need to actively stream events. If you get disconnected for any reasons, you will not lose any events. All events are persisted, and you can resume from where you left.
https://www.prisma.io/docs/pulse/api-reference#stream
Pulse: API reference | Prisma Documentation
API reference documentation for Pulse.