You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
As per the title, trying to parameterize the json coming from the pub/sub of redis. I. posted a question about it, but now I'm wondering if its a bug or something is missing?
This is a bug, all the redis message content is treated as regular string. Similar to other event sources, we should add a bool field jsonBody to indicate the message content is JSON.
Describe the bug
As per the title, trying to parameterize the json coming from the pub/sub of redis. I. posted a question about it, but now I'm wondering if its a bug or something is missing?
To Reproduce
Publish to redis:
Have the eventSource and Sensor configured:
Expected behavior
Being able to see only the message from the json.
Actual behavior
Receive entire data payload.
Message from the maintainers:
If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.
I feel like this my be a feature request?
The text was updated successfully, but these errors were encountered: