You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by Filip Niksic <fn...@seas.upenn.edu> on 2019/11/04 21:26:40 UTC

Ordered events in broadcast state

Hi all,

The documentation for the broadcast state explicitly says that the order of
broadcast events may differ across tasks, so the state updates should not
depend on a particular order. [1] But what to do in the use cases where the
order matters? Is there some way to enforce the order even at the expense
of performance, or are such use cases out of scope for Flink?

[1]
https://ci.apache.org/projects/flink/flink-docs-stable/dev/stream/state/broadcast_state.html#important-considerations

Filip