Re: Enrichment of stream from another stream

2022-09-17 Thread Marco Villalobos
I might need more details, but conceptually, streams can be thought of as never ending tables and our code as functions applied to them. JOIN is a concept supported in the SQL API and DataStream API. However, the SQL API is more succinct (unlike my writing ;). So, how about the "fast stream" ma

Enrichment of stream from another stream

2022-09-17 Thread Noel OConnor
Hi, I'm trying to determine the best way to enrich the event payload of a fast moving incoming stream with values in another stream which is far more slow moving. I'm converting the second stream into a table for continuous query functionality and I wonder what is the best way to take the values of