Flink CDC 读取 PostgreSQL 分区表最新数据配置
你可以在 Flink CDC 配置中设置 'startup-mode' 为 'latest-offset',这将从最新的消息偏移量开始读取。具体配置如下:
# Flink CDC 配置
...
# 从最新的消息偏移量开始读取
startup-mode: latest-offset
原文地址: https://www.cveoy.top/t/topic/on2u 著作权归作者所有。请勿转载和采集!
安全问答是一个知识全球问答,包含丰富的问答知识
你可以在 Flink CDC 配置中设置 'startup-mode' 为 'latest-offset',这将从最新的消息偏移量开始读取。具体配置如下:
# Flink CDC 配置
...
# 从最新的消息偏移量开始读取
startup-mode: latest-offset
原文地址: https://www.cveoy.top/t/topic/on2u 著作权归作者所有。请勿转载和采集!