Stream Source Config Mysql Source Config Args
data class StreamSourceConfigMysqlSourceConfigArgs(val binaryLogPosition: Output<StreamSourceConfigMysqlSourceConfigBinaryLogPositionArgs>? = null, val excludeObjects: Output<StreamSourceConfigMysqlSourceConfigExcludeObjectsArgs>? = null, val gtid: Output<StreamSourceConfigMysqlSourceConfigGtidArgs>? = null, val includeObjects: Output<StreamSourceConfigMysqlSourceConfigIncludeObjectsArgs>? = null, val maxConcurrentBackfillTasks: Output<Int>? = null, val maxConcurrentCdcTasks: Output<Int>? = null) : ConvertibleToJava<StreamSourceConfigMysqlSourceConfigArgs>
Constructors
Link copied to clipboard
constructor(binaryLogPosition: Output<StreamSourceConfigMysqlSourceConfigBinaryLogPositionArgs>? = null, excludeObjects: Output<StreamSourceConfigMysqlSourceConfigExcludeObjectsArgs>? = null, gtid: Output<StreamSourceConfigMysqlSourceConfigGtidArgs>? = null, includeObjects: Output<StreamSourceConfigMysqlSourceConfigIncludeObjectsArgs>? = null, maxConcurrentBackfillTasks: Output<Int>? = null, maxConcurrentCdcTasks: Output<Int>? = null)
Properties
Link copied to clipboard
CDC reader reads from binary logs replication cdc method.
Link copied to clipboard
MySQL objects to exclude from the stream. Structure is documented below.
Link copied to clipboard
CDC reader reads from gtid based replication.
Link copied to clipboard
MySQL objects to retrieve from the source. Structure is documented below.
Link copied to clipboard
Maximum number of concurrent backfill tasks. The number should be non negative. If not set (or set to 0), the system's default value will be used.
Link copied to clipboard
Maximum number of concurrent CDC tasks. The number should be non negative. If not set (or set to 0), the system's default value will be used.