Hi all. Is there any method/tricks we can use to h...
# random
e
Hi all. Is there any method/tricks we can use to handle very large streaming joins that they are not in sync? We have two data sources need to do streaming join, but the data in two streams doesn’t not always arrive at the same time, one of two might have a updated record 10 days later after the initial events, so we need to overwrite the previous joined results based on the update event. Apart from simply increasing the join window, which is hard to do as 10 days is a very large window, is there any other method we can work around with that?
👍 1