Hi, Is it possible that multiple tasks read from the same input stream partition?
example: task 0 stream A partition 0, stream B partition 0 task 1 stream A partition 1, stream B partition 0 task 2 stream A partition 3, stream B partition 0 In this example all messages in stream B partition 0 would be processed by all 3 tasks. Cheers, - ueli