Replies: 1 comment
-
放弃自己准备环境了 直接到docker仓库 debezium找自己想要的postgres版本 https://hub.docker.com/r/debezium/postgres/tags |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
参照demo 运行能获取初始全量数据,然后测试新增、修改、删除都无法获取变更信息


postgresql12
安装了postgres-decoderbufs
1)PostgreSQL 9.6+
2)Protobuf-c 1.2+
3)PostGIS 2.1+
postgresql.cof 设置了如下参数(其他参数默认值)
shared_preload_libraries = 'decoderbufs'
wal_level = logical
Beta Was this translation helpful? Give feedback.
All reactions