eKuiper sinking back to redis encoded #104
-
We have a scenario where we have rules in our case where we take the data from stream, process it and send it back to the redis via following rule.
We can listen on the redis via command, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@majidalikhan8baader eKuiper EdgeX sink is used to write message back to EdgeX message bus regardless its underlying type (redis by default, but could be MQTT or NATS etc.), so the message will always be wrapped. eKuiper has a redis sink https://ekuiper.org/docs/en/latest/guide/sinks/builtin/redis.html, but it only support string or list type. You can raise a feature request in https://github.com/lf-edge/ekuiper/issues |
Beta Was this translation helpful? Give feedback.
@majidalikhan8baader eKuiper EdgeX sink is used to write message back to EdgeX message bus regardless its underlying type (redis by default, but could be MQTT or NATS etc.), so the message will always be wrapped. eKuiper has a redis sink https://ekuiper.org/docs/en/latest/guide/sinks/builtin/redis.html, but it only support string or list type. You can raise a feature request in https://github.com/lf-edge/ekuiper/issues