Mrart commented on code in PR #3968:
URL: https://github.com/apache/flink-cdc/pull/3968#discussion_r2241574521
##########
flink-cdc-connect/flink-cdc-source-connectors/flink-connector-postgres-cdc/src/main/java/org/apache/flink/cdc/connectors/postgres/PostgreSQLSource.java:
##########
@@ -44,7 +44,7 @@ public static <T> Builder<T> builder() {
/** Builder class of {@link PostgreSQLSource}. */
public static class Builder<T> {
- private String pluginName = "decoderbufs";
+ private String pluginName = "pgoutput";
Review Comment:
The current postgresSQL 14 version, the default plugin is pgoutput, if the
default is decoderbufs, incremental data acquisition needs to install the plugin
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]