Hi When talking about sharing state, broadcast state [1][2] might be a choice.
[1] https://ci.apache.org/projects/flink/flink-docs-stable/dev/stream/state/broadcast_state.html#provided-apis [2] https://flink.apache.org/2019/06/26/broadcast-state.html Best Yun Tang ________________________________ From: Navneeth Krishnan <reachnavnee...@gmail.com> Sent: Thursday, August 8, 2019 13:50 To: user <user@flink.apache.org> 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? Thanks