Flink-postgres-cdc实时同步报错:无法访问文件 "decoderbufs": 没有那个文件或目录

发布时间 2024-01-03 10:47:06作者: 业余砖家

问题描述:

Caused by: org.postgresql.util.PSQLException: 错误: 无法访问文件 "decoderbufs": 没有那个文件或目录

解决办法:

postgres-cdc的属性问题:

'slot.name' = 'myslot',
'decoding.plugin.name'='pgoutput',
'scan.incremental.snapshot.enabled' = 'true'