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
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilder for configuring a CDC source that streams change data from a PostgreSQL database to Hazelcast Jet. -
Method Summary
Modifier and TypeMethodDescriptionstatic PostgresCdcSources.Builder<com.hazelcast.enterprise.jet.cdc.ChangeRecord>Creates a CDC source that streams change data from a PostgreSQL database to Hazelcast Jet.
-
Method Details
-
postgres
@Nonnull public static PostgresCdcSources.Builder<com.hazelcast.enterprise.jet.cdc.ChangeRecord> postgres(@Nonnull String name) 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
-