kvrocks
kvrocks copied to clipboard
[QUESTION] Any plan to support Redis Stream?
Hi, do you have any plans to support Redis Stream? That's good for use KVrocks as replacement for message-oriented system. My company is one of the needs of this. Detailed:
Sorry, currently, we have no plan to implement Redis Stream. Why don't we use kafka?
We want to use one and simple storage and in-memory. Kafka is too complicity and for one function need a dedicated system and infrastructure (for us).
A small questions - if we are ported a stream code into KVRocks, are you approve it to merge into release?
Of course, I think we would be very happy to see this. cc @ShooterIT
Why not! for some features that redis has, we don't have enough time to implement it, it will be our pleasure if someone could push it forward.
@aleksraiden
FYI, NATS is a good alternative of Kafka, lightweight and easy to run, it does support persistence in JetStream mode.
WE start implements this feature after porting LMOVE command :) in first release we have a plan to implement a base functions, withoit consumers group
Please, help us - review and comment: https://github.com/apache/incubator-kvrocks/pull/745
A lot of thanks @torwig