MysqlSourceConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
MySQL source configuration
Attributes |
|
---|---|
Name | Description |
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. |
max_concurrent_backfill_tasks |
int
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. |