Thank you Roman
From: Roman Khachatryan
Sent: Friday, December 10, 2021 1:48:08 AM
To: Alexey Trenikhun
Cc: Flink User Mail List
Subject: Re: broadcast() without arguments
Hello,
The broadcast() without arguments can be used the same way as a
regular data
Hello,
The broadcast() without arguments can be used the same way as a
regular data stream, i.e. regular transformations can be applied to
it. The difference is that every element will be sent to all
downstream subtasks and not just one.
The difference with broadcast() with arguments is that
Hello,
How broadcast() method without arguments should be used ?
Thanks,
Alexey