nsivabalan commented on code in PR #13236: URL: https://github.com/apache/hudi/pull/13236#discussion_r2071316968
########## hudi-utilities/src/main/java/org/apache/hudi/utilities/streamer/StreamSync.java: ########## @@ -1353,4 +1312,112 @@ public JavaRDD<WriteStatus> getWriteStatusRDD() { return writeStatusRDD; } } + + static class HoodieStreamerWriteStatusHandlerCallback implements WriteStatusHandlerCallback { Review Comment: WriteStatusHandler callback for HoodieStreamer -- 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: commits-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org