JohnMa123 commented on PR #3415: URL: https://github.com/apache/flink-cdc/pull/3415#issuecomment-2822864813
hello , Why is the ts_sec of the offset not initialized to the current timestamp? public BinlogOffsetBuilder() { // Initialize default values offsetMap.put(BinlogOffset.EVENTS_TO_SKIP_OFFSET_KEY, "0"); offsetMap.put(BinlogOffset.ROWS_TO_SKIP_OFFSET_KEY, "0"); offsetMap.put(BinlogOffset.TIMESTAMP_KEY, "0"); offsetMap.put(BinlogOffset.OFFSET_KIND_KEY, String.valueOf(BinlogOffsetKind.SPECIFIC)); } -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org