Skip to content

Commit ca435fc

Browse files
zhaomin1423zhangchaoming.zcm
authored andcommitted
[doc] fix errors in PostgresParallelSourceExample (apache#2324)
1 parent ace6de6 commit ca435fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/connectors/postgres-cdc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ public class PostgresParallelSourceExample {
429429
new JsonDebeziumDeserializationSchema();
430430

431431
JdbcIncrementalSource<String> postgresIncrementalSource =
432-
new PostgresSourceBuilder<String>()
432+
PostgresSourceBuilder.PostgresIncrementalSource.<String>builder()
433433
.hostname("localhost")
434434
.port(5432)
435435
.database("postgres")

0 commit comments

Comments
 (0)