Ruan Hang created FLINK-36803: --------------------------------- Summary: Use fixed format for splitId in all connectors Key: FLINK-36803 URL: https://issues.apache.org/jira/browse/FLINK-36803 Project: Flink Issue Type: Improvement Components: Flink CDC Affects Versions: cdc-3.2.0 Reporter: Ruan Hang Fix For: cdc-3.3.0
When we create a snapshotSplit, we need to provide a splitId for it. Now every connector use the same format `tabldId:index`. I think we should use this fixed format for splitId in all connectors. In this way, we could parse tableId and index from splitId strings. -- This message was sent by Atlassian Jira (v8.20.10#820010)