ekuiper icon indicating copy to clipboard operation
ekuiper copied to clipboard

Does RedisSub Source Connector Supports Redis Stream ?

Open robodevchampion opened this issue 1 year ago • 4 comments

Please describe your problem in detail, if necessary, you can upload the log file through the attachment:

Hi,

Would it be possible for ekuiper to read data from Redis Stream, is it possible to do so with same RedisSub connector ?

Context: I have multiple IoT devices which emits data, which I want to push to ekuiper, via Redis so in between i want to use something which preserves messages.

Thanks

robodevchampion avatar Jul 19 '24 10:07 robodevchampion

RedisSub is to read from Redis stream

ngjaying avatar Jul 19 '24 11:07 ngjaying

where I should enter stream name ? In SubChannels ?

IMO channels and stream are different, channels are part of Pub/Sub

image

I have an stream in Redis, created an stream in ekuiper and then rule, rule is not getting any message

Any thoughts ?

Thanks

robodevchampion avatar Jul 20 '24 04:07 robodevchampion

@retoool Could you please help?

ngjaying avatar Jul 22 '24 01:07 ngjaying

RedisPubSub does not support Redis Stream natively. However, you can extend functionality by adding a plugin to read data from Redis Stream

retoool avatar Oct 11 '24 08:10 retoool