Re: Is there some way to use broadcastSet in streaming ?
Posted by
Fabian Hueske-2 on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Is-there-some-way-to-use-broadcastSet-in-streaming-tp10786p10791.html
Hi,
no, broadcast sets are not available in the DataStream API.
There might be other ways to achieve similar functionality, but the optimal solution depends on the use case.
If you give a few details about what you would like to do, we might be able to suggest alternatives.
Best, Fabian