Re: Broadcast state before events stream consumption
Posted by
Dawid Wysakowicz-2 on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Broadcast-state-before-events-stream-consumption-tp25978p26260.html
Hi Averell,
BroadcastState is a special case of OperatorState. Operator state is
always kept in-memory at runtime (must fit into memory), no matter what
state backend you use. Nevertheless it is snapshotted and thus fault
tolerant.
Best,
Dawid
On 21/02/2019 11:50, Averell wrote: