Does RedisSub Source Connector Supports Redis Stream ?
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
RedisSub is to read from Redis stream
where I should enter stream name ? In SubChannels ?
IMO channels and stream are different, channels are part of Pub/Sub
I have an stream in Redis, created an stream in ekuiper and then rule, rule is not getting any message
Any thoughts ?
Thanks
@retoool Could you please help?
RedisPubSub does not support Redis Stream natively. However, you can extend functionality by adding a plugin to read data from Redis Stream