marblejs / marble

Marble.js - functional reactive Node.js framework for building server-side applications, based on TypeScript and RxJS.
https://marblejs.com
MIT License
2.15k stars 71 forks source link

Add Redis Streams support for messaging #404

Open HassanYA opened 1 year ago

HassanYA commented 1 year ago

Is your feature request related to a problem? Please describe. Currently, in the docs, Redis can be used for messaging. Apparently, only Redis pub/sub is supported which does not guarantee delivery to consumers

Describe the solution you'd like I'd like marblejs to support Redis Streams for messaging

Describe alternatives you've considered Rolling out my own implementation on top of Redis Streams somehow or just using AMQP