[doc] fix errors in PostgresParallelSourceExample (#2324)

(cherry picked from commit 6c2fe08af7)
pull/2694/head
zhaomin 2 years ago committed by Leonard Xu
parent ef7f0f5259
commit 0026ddde16

@ -429,7 +429,7 @@ public class PostgresParallelSourceExample {
new JsonDebeziumDeserializationSchema();
JdbcIncrementalSource<String> postgresIncrementalSource =
new PostgresSourceBuilder<String>()
PostgresSourceBuilder.PostgresIncrementalSource.<String>builder()
.hostname("localhost")
.port(5432)
.database("postgres")

Loading…
Cancel
Save