Re: broadcast() without arguments

2021-12-10 Thread Alexey Trenikhun
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

Re: broadcast() without arguments

2021-12-10 Thread Roman Khachatryan
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

broadcast() without arguments

2021-12-09 Thread Alexey Trenikhun
Hello, How broadcast()​ method without arguments should be used ? Thanks, Alexey