debezium-server-iceberg
debezium-server-iceberg copied to clipboard
ERROR: could not access file \"decoderbufs\": No such file or directory
trafficstars
I got this error ERROR: could not access file \"decoderbufs\": No such file or directory when using postgresql server 11. But it's fine in postgresql server 14.4. Is there a version limit? Or is there any other way to set plugin.name=pgoutput on connector config file?
yes,its possible to set it to pgoutput
debezium.source.plugin.name=pgoutput
yes,its possible to set it to pgoutput
debezium.source.plugin.name=pgoutput
I tried that but it doesn't seem to work.