Hi,

We are using beam's EVENT_TIME based timers in a DoFn that operates on a KV
pair in a global window.

We are also providing this DoFn with a side input, however we are unable to
access this side input in the callback function provided for the EVENT_TIME
based timers.

Is there way to access this side input in the callback function of the
EVENT_TIME timers ? If not, what would be the right way to do this?

Thanks,
Sahil

Reply via email to