pnowojski commented on code in PR #26619:
URL: https://github.com/apache/flink/pull/26619#discussion_r2115854495


##########
flink-tests/src/test/java/org/apache/flink/test/streaming/runtime/SinkV2ITCase.java:
##########
@@ -111,12 +114,13 @@ public void writerAndCommitterExecuteInStreamingMode() 
throws Exception {
         final Source<Integer, ?, ?> source = createStreamingSource();
 
         env.fromSource(source, WatermarkStrategy.noWatermarks(), "source")
+                .rebalance()

Review Comment:
   Why `rebalance()` is important here? (and if it is, can you add the answer 
as comment?)
   
   ditto other places



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to