Is there any plans to support Redis Streams?
I think it would be a great addition. I'm new to the Nest framework.
Would it require much work to implement? I'd like to help.
https://redis.io/topics/streams-intro
"Unlike Pub/Sub messages which are fire and forget, Redis streams preserve messages in perpetuity. Redis streams implement consumer groups, a feature that allows a group of clients to cooperate when consuming elements from a stream "
https://aws.amazon.com/redis/Redis_Streams/
I'd like to use Redis to implement a queue system with consumer groups, instead of using RabbitMQ.
Sorry for reopening the issue. Would creating a "Custom Transport", similar to the RabbitMq implementaion be the best way to implement Redis Streams?
@patrickandroid "Custom Transport" is the only way for now. We'll consider supporting this transport strategy officially in the future
Let's track this here https://github.com/nestjs/nest/issues/3960
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
@patrickandroid "Custom Transport" is the only way for now. We'll consider supporting this transport strategy officially in the future