On Sat, Jun 22, 2019 at 9:14 AM Roshan Naik <[hidden email]>
wrote:
> I cant find any place to specify the parallelism for the join here.
>
> stream1.join( stream2 )
> .where( .. )
> .equalTo( .. )
> .window( .. )
> .apply( .. );
>
> How can we specify that ?
>
> -roshan
>