We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace6de6 commit ca435fcCopy full SHA for ca435fc
docs/content/connectors/postgres-cdc.md
@@ -429,7 +429,7 @@ public class PostgresParallelSourceExample {
429
new JsonDebeziumDeserializationSchema();
430
431
JdbcIncrementalSource<String> postgresIncrementalSource =
432
- new PostgresSourceBuilder<String>()
+ PostgresSourceBuilder.PostgresIncrementalSource.<String>builder()
433
.hostname("localhost")
434
.port(5432)
435
.database("postgres")
0 commit comments