Class MySqlCdcSources

java.lang.Object
com.hazelcast.enterprise.jet.cdc.mysql.MySqlCdcSources

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

    • mysql

      @Nonnull public static MySqlCdcSources.Builder<ChangeRecord> mysql(@Nonnull String name)
      Creates a CDC source that streams change data from a MySQL 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