Regarding the broadcast state pattern, is there a ...
# random
z
Regarding the broadcast state pattern, is there a guarantee that events from the same Kafka partition will arrive in order in the downstream tasks? I understand that the ordering is not guaranteed in the general case. https://nightlies.apache.org/flink/flink-docs-master/docs/dev/datastream/fault-tolerance/broadcast_state/