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

# Packages

Package mock_changefeed is a generated GoMock package.

# Functions

NewBackoff creates Backoff and initialize the exponential backoff.
NewChangefeed creates a new changefeed instance.
No description provided by the author
NewEtcdBackend creates a EtcdBackend.
No description provided by the author
ShouldFailChangefeed return true if a running error contains a changefeed not retry error.

# Structs

Backoff manages the backoff of a changefeed when an error occurs, the Backoff is responsible for controlling the retry of the changefeed.
Changefeed is a memory present for changefeed info and status.
ChangefeedDB is an in memory data struct that maintains all changefeeds.
ChangefeedMetaWrapper is a wrapper for the changefeed load from the DB.
EtcdBackend is the changefeed meta store using etcd as the storage todo: compares when commit transaction.

# Interfaces

Backend is the metastore for the changefeed.