dieggoluis commented on code in PR #26969:
URL: https://github.com/apache/flink/pull/26969#discussion_r2359829406
##########
flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/operators/sink/TestSinkV2.java:
##########
@@ -243,7 +243,7 @@ public TestSinkV2WithPostCommitTopology(
@Override
public void
addPostCommitTopology(DataStream<CommittableMessage<String>> committables) {
StandardSinkTopologies.addGlobalCommitter(
- committables, DefaultCommitter::new,
this::getCommittableSerializer);
+ committables, () -> createCommitter(null),
this::getCommittableSerializer);
Review Comment:
set up the global committer (it's similar in more recent versions of Flink)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]