Publishing a Slice of Data as Multiple Simple Readings in EdgeX Sink #2854
Unanswered
younes199511
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Add sendSingle: true to the edgex action. Could you have a try? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm working on a project where I have a slice of data that I need to publish in the EdgeX sink. My goal is to have each item in the slice published as a separate simple reading instead of array type, either within a single event or across multiple events.
However, I'm currently facing a challenge. When I try to publish the data, the EdgeX sink always combines the data into a single reading, even when I use a data template or unnest function. I was wondering if there's a way in eKuiper to publish each item in the slice as a separate reading, rather than having them all in one reading.
Below a simple test rule where i want to publish the items of the slice in separate readings (one or multiple events)
Any guidance or suggestions would be greatly appreciated.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions