Nest: Redis Streams support

Created on 29 Sep 2019  路  4Comments  路  Source: nestjs/nest

Feature Request

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

Describe the solution you'd like

"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/

What is the motivation / use case for changing the behavior?

I'd like to use Redis to implement a queue system with consumer groups, instead of using RabbitMQ.

microservices type

Most helpful comment

@patrickandroid "Custom Transport" is the only way for now. We'll consider supporting this transport strategy officially in the future

All 4 comments

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

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rafal-rudnicki picture rafal-rudnicki  路  3Comments

anyx picture anyx  路  3Comments

thohoh picture thohoh  路  3Comments

VRspace4 picture VRspace4  路  3Comments

KamGor picture KamGor  路  3Comments