Stream processing with join #29879
Unanswered
d4munche3z
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to create a stream process that can update at once from two stables. I want to do this as a join of the two stables so I can get the benefit of the data staying up to date and the efficiency of watermarking. However it seems like the streams can only aggregate from a single stable. How can I accomplish this? If I created an stable as a join of the two raw data tables the stable would not update in real-time as far as I know and If it could some how would it be efficient?
Beta Was this translation helpful? Give feedback.
All reactions