Class PostgresCdcSources
java.lang.Object
com.hazelcast.enterprise.jet.cdc.postgres.PostgresCdcSources
Contains factory methods for creating change data capture sources
based on PostgreSQL databases.
- Since:
- 5.5
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Builder for configuring a CDC source that streams change data from a PostgreSQL database to Hazelcast Jet. -
Method Summary
Modifier and TypeMethodDescriptionCreates a CDC source that streams change data from a PostgreSQL database to Hazelcast Jet.
-
Method Details
-
postgres
Creates a CDC source that streams change data from a PostgreSQL database to Hazelcast Jet.- Parameters:
name
- name of this source, needs to be unique- Returns:
- builder that can be used to set source properties and also to construct the source once configuration is done
-