Memory stream , Memory sink , memory lookup doubts. #2287
Replies: 4 comments 3 replies
-
Memory streams are the same as other streams, they can join within a window. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the answer , so the memory lookup table is real one then is it persist data in disk or will save data in memory only? or kind of pub sub concept ,is works? https://ekuiper.org/docs/en/latest/concepts/sources/table.html#lookup-table this above link definition say lookup table , it kind of interface and not persistence the data and help to query data from sources like redis , sql , memory sources https://ekuiper.org/docs/en/latest/guide/sources/builtin/memory.html#create-a-lookup-table-source this above link seems like , memory lookup table is persist in memory the data across stream processing . this above two context of document seems like more different and confusing. Redis sink with data template , is it only works for key type multiple and doesn't for key type single? if key type single to support data template then how to define key in data template? Which latest version currently stable? |
Beta Was this translation helpful? Give feedback.
-
Thank you for the updates. What is the different between schema less and schema type stream ? If stream is defined schema types , when publish data to MQTT with wrong data type . currently checking type and throwing error and this is happen only in json_path function otherwise don't getting any problem . so I need to know both difference Ex : I have some property type defined as string and this is optional field , If the property value is nil then it is breaking |
Beta Was this translation helpful? Give feedback.
-
When rule creation in old kuiper version the property triggered automatically add in rule section but the latest kuiper version that keyword no more and it doesn't add when rule create. is it not required ? |
Beta Was this translation helpful? Give feedback.
-
Please describe your problem in detail, if necessary, you can upload the log file through the attachment:
Hi ,
Memory Stream, is it possible to Join with another stream or might need memory look up table in this case ?
memory lookup table, is real table and that to store the data in memory ? or just virtual table ?
also data template is it only work for rest sink ? how to use datatemplate for redis sink?
Beta Was this translation helpful? Give feedback.
All reactions