Hi,

Based on Join documentation. If I have a Join with Unbounded and Bounded

> For this type of JOIN bounded input is treated as a side-input by the
> implementation. This means that window/trigger is inherented from upstreams.


On my pipeline I dont have any triggering or window. I use a global window
on the Unbounded side. Basically I read from kafka  data and I want to join
with static data to enrich the kafka message. Not very frequently I want to
update my static data. I am trying to understand How i can update when I
update my static data.

Thanks

Reply via email to