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

2016-12-27 3:38 GMT+01:00 刘喆 <[hidden email]>:
hi, everyone
    Is there some way to use broadcastSet in streaming ?  It seams that broadcastSet is only usable in batch.