CalvinKirs commented on code in PR #2485:
URL:
https://github.com/apache/incubator-seatunnel/pull/2485#discussion_r950940716
##########
seatunnel-engine/seatunnel-engine-storage/checkpoint-storage-api/src/main/java/org/apache/seatunnel/engine/checkpoint/storage/api/CheckpointStorage.java:
##########
@@ -35,6 +35,14 @@ public interface CheckpointStorage {
*/
String storeCheckPoint(PipelineState state) throws
CheckpointStorageException;
+ /**
+ * async save checkpoint to storage
+ *
+ * @param state PipelineState
+ * @throws CheckpointStorageException if save checkpoint failed
+ */
+ void asyncStoreCheckPoint(PipelineState state) throws
CheckpointStorageException;
Review Comment:
No
--
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]