[ https://issues.apache.org/jira/browse/FLINK-25857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17789335#comment-17789335 ]
Peter Vary commented on FLINK-25857: ------------------------------------ For the Iceberg connector we release separate versions for different versions of Flink. If I understand correctly, this was the case before the separation of the connectors too - every Flink version contained different versions of connectors, and the jars might not work cross versions. Also the `TwoPhaseCommittingSink` is marked with `PublicEvolving` annotation, which means it could change between minor versions of Flink. We push forward these changes, so soon the API could be changed to `Public`, and we can avoid these kind of disruptions in the future. > Add committer metrics to track the status of committables > --------------------------------------------------------- > > Key: FLINK-25857 > URL: https://issues.apache.org/jira/browse/FLINK-25857 > Project: Flink > Issue Type: Sub-task > Components: Connectors / Common > Reporter: Fabian Paul > Assignee: Peter Vary > Priority: Major > Labels: pull-request-available > Fix For: 1.19.0 > > Attachments: image-2023-10-20-17-23-09-595.png, screenshot-1.png > > > With Sink V2 we can now track the progress of a committable during committing > and show metrics about the committing status. (i.e. failed, retried, > succeeded). -- This message was sent by Atlassian Jira (v8.20.10#820010)