Is there a way to share operator state among operators? For example, I have an operator which has union state and the same state data is required in a downstream operator. If not, is there a recommended way to share the state?
From: Navneeth Krishnan <[hidden email]> Sent: Thursday, August 8, 2019 13:50 To: user <[hidden email]> Subject: Operator state
Hi All,
Is there a way to share operator state among operators? For example, I have an operator which has union state and the same state data is required in a downstream operator. If not, is there a recommended way to share the state?