Hi I am doing some stateful and timely processing.
My use case : I have a batch, so its a Global window. I do not want to use Window (as I have some functional joins) downstream. I want to use Global window only and do batched RPC. I am setting stale timer (based on processing time), but that timer is never executed. Is it possible that global window expires before processing timer is set ? If yes, how can I change expiry time of a Global window ? If no, could you please advise what could help.
