package
9.0.0-beta.1.pre+incompatible
Repository: https://github.com/pingcap/ticdc.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
NewBarrier create a new barrier for the changefeed.
No description provided by the author
No description provided by the author
NewMaintainer create the maintainer for the changefeed.
No description provided by the author
NewMaintainerManager create a changefeed maintainer manager instance and register message handler to message center.
No description provided by the author
# Constants
EventInit initialize the changefeed maintainer.
EventMessage is triggered when a grpc message received.
EventPeriod is triggered periodically, maintainer handle some task in the loop, like resend messages.
# Structs
Barrier manage the block events for the changefeed note: the dispatcher will guarantee the order of the block event.
BarrierEvent is a barrier event that reported by dispatchers, note is a block multiple dispatchers all of these dispatchers should report the same event.
Controller schedules and balance tables there are 3 main components in the controller, scheduler, ReplicationDB and operator controller.
Event identify the Event that maintainer will handle in event-driven loop.
Maintainer is response for handle changefeed replication tasks.
Manager is the manager of all changefeed maintainer in a ticdc watcher, each ticdc watcher will start a Manager when the watcher is startup.