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
# Functions
`Connect` returns a connection and client to remote store.
CreateTiStore creates a tikv storage client Note: It will return a same storage if the urls connect to a same pd cluster, so must be careful when you call storage.Close().
GetSnapshotMeta returns tidb meta information TODO: move it to a correct package.
NewSubscriptionClient creates a client.
StatusIsEOF checks whether status is caused by client send closing.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
SubscriptionClient is used to subscribe events of table ranges from TiKV.
No description provided by the author
# Type aliases
subscriptionID is a unique identifier for a subscription.