Class PostgresCdcSources

java.lang.Object
com.hazelcast.enterprise.jet.cdc.postgres.PostgresCdcSources

public final class PostgresCdcSources extends Object
Contains factory methods for creating change data capture sources based on PostgreSQL databases.
Since:
5.5
  • Method Details

    • postgres

      @Nonnull public static PostgresCdcSources.Builder<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