package
9.0.0-beta.1.pre+incompatible
Repository: https://github.com/pingcap/ticdc.git
Documentation: pkg.go.dev

# Functions

CheckIfBDRModeIsSupported checks if the downstream supports BDR mode.
CheckIsTiDB checks if the downstream is TiDB.
No description provided by the author
GenBasicDSN generates a basic DSN from the given config.
return dsn.
GetTestDB checks and adjusts the password of the given DSN, it will return a DB instance opened with the adjusted password.
IsSinkSafeMode returns whether the sink is in safe mode.
MockTestDB creates a mock mysql database connection.
NewConfig returns the default mysql backend config.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

BackoffBaseDelay indicates the base delay time for retrying.
BackoffMaxDelay indicates the max delay time for retrying.
DefaultMaxTxnRow is the default max number of rows in a transaction.
DefaultWorkerCount is the default number of workers.

# Structs

No description provided by the author
MysqlWriter is responsible for writing various dml events, ddl events, syncpoint events to mysql downstream.