Class MysqlSourceConfig (1.5.0)

MysqlSourceConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

MySQL source configuration

Attributes

NameDescription
include_objects google.cloud.datastream_v1.types.MysqlRdbms
MySQL objects to retrieve from the source.
exclude_objects google.cloud.datastream_v1.types.MysqlRdbms
MySQL objects to exclude from the stream.
max_concurrent_cdc_tasks int
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.