Hello all, If I dynamically set a property on an operator, does the value of that property get updated between windows or could it get updated in the middle of a window? Also is it possible to set multiple properties on operators simultaneously?
For example let's say I have Operator A with Property 1 and Operator B with Property 2. If I want to set both Properties 1 and 2 on Operators A and B right before window N in both operators, is there a mechanism by which I can do that? I think this could be accomplished by creating a separate update operator on which properties are set, and which emits the updates to downstream operators to be updated, but I am wondering if there is a better solution. Thanks, Tim
