Class MysqlSourceConfig (1.11.0)

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

MySQL source configuration

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

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.
binary_log_position google.cloud.datastream_v1.types.MysqlSourceConfig.BinaryLogPosition
Use Binary log position based replication. This field is a member of oneof_ cdc_method.
gtid google.cloud.datastream_v1.types.MysqlSourceConfig.Gtid
Use GTID based replication. This field is a member of oneof_ cdc_method.

Classes

BinaryLogPosition

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

Use Binary log position based replication.

Gtid

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

Use GTID based replication.