You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by ahmad Sa P <as...@gmail.com> on 2016/06/21 13:12:39 UTC

What is the best way of sharing a dataset between the nodes in Apache flink?

Hi everyone,

I am using Apache Flink to process a stream of data and I need to share an
index between all the nodes that process the input data. The index is
getting updated by the nodes frequently.
I would like to know, is it a good practice, from the point of efficiency,
to share the Dataset through Broadcast Variables?

Thanks,
Ahmad