Is there some way to use broadcastSet in streaming ?

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Is there some way to use broadcastSet in streaming ?

whitelilis
hi, everyone
    Is there some way to use broadcastSet in streaming ?  It seams that broadcastSet is only usable in batch.
Reply | Threaded
Open this post in threaded view
|

Re: Is there some way to use broadcastSet in streaming ?

Fabian Hueske-2
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.