[doc] fix errors in PostgresParallelSourceExample ()

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

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

Loading…
Cancel
Save