kvrocks icon indicating copy to clipboard operation
kvrocks copied to clipboard

[QUESTION] Any plan to support Redis Stream?

Open aleksraiden opened this issue 2 years ago • 9 comments

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:

aleksraiden avatar Apr 06 '22 09:04 aleksraiden

Sorry, currently, we have no plan to implement Redis Stream. Why don't we use kafka?

ShooterIT avatar Apr 07 '22 01:04 ShooterIT

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).

aleksraiden avatar Apr 09 '22 07:04 aleksraiden

A small questions - if we are ported a stream code into KVRocks, are you approve it to merge into release?

aleksraiden avatar Apr 13 '22 19:04 aleksraiden

Of course, I think we would be very happy to see this. cc @ShooterIT

git-hulk avatar Apr 14 '22 01:04 git-hulk

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.

ShooterIT avatar Apr 14 '22 02:04 ShooterIT

@aleksraiden

FYI, NATS is a good alternative of Kafka, lightweight and easy to run, it does support persistence in JetStream mode.

seaguest avatar May 15 '22 09:05 seaguest

WE start implements this feature after porting LMOVE command :) in first release we have a plan to implement a base functions, withoit consumers group

aleksraiden avatar May 15 '22 10:05 aleksraiden

Please, help us - review and comment: https://github.com/apache/incubator-kvrocks/pull/745

aleksraiden avatar Jul 26 '22 08:07 aleksraiden

A lot of thanks @torwig

aleksraiden avatar Jul 26 '22 08:07 aleksraiden