ParyshevSergey commented on PR #24113: URL: https://github.com/apache/flink/pull/24113#issuecomment-1945555703
According azure results I found out that internal classes can't be used in connectors, so I can offer 2 ways: 1) Add method "checkpointSubsume" into CheckpointListener 2) Add into checkpoint config field "maxRetainCheckpoints" and clean files by call clearExpiredFiles(checkpointId-maxRetainCheckpoint) -- 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]
