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

# Functions

NewCDCRESTClient creates a new CDCRESTClient.
NewRequest creates a new request.
NewRequestWithClient creates a Request with an embedded CDCRESTClient for test.

# 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

Capture holds common information of a capture in cdc.
CaptureTaskStatus holds TaskStatus of a capture.
CDCRESTClient defines a TiCDC RESTful client.
ChangefeedCommonInfo holds some common usage information of a changefeed.
ChangefeedConfig use by create changefeed api.
ChangeFeedInfo describes the detail of a ChangeFeed.
ChangefeedSchedulerConfig is per changefeed scheduler settings.
ColumnSelector represents a column selector for a table.
ConsistentConfig represents replication consistency config for a changefeed This is a duplicate of config.ConsistentConfig.
CSVConfig denotes the csv config This is the same as config.CSVConfig.
DebeziumConfig represents the configurations for debezium protocol encoding.
DispatchRule represents partition rule for a table This is a duplicate of config.DispatchRule.
EmptyResponse return empty {} to http client.
EventFilterRule is used by sql event filter and expression filter.
FilterConfig represents filter config for a changefeed This is a duplicate of config.FilterConfig.
IntegrityConfig is the config for integrity check This is a duplicate of config.IntegrityConfig.
JSONDuration used to wrap duration into json format.
ListResponse is the response for all List APIs.
LogLevelReq log level request.
MounterConfig represents mounter config for a changefeed.
OpenProtocolConfig represents the configurations for open protocol encoding.
PDConfig is a configuration used to connect to pd.
ProcessorCommonInfo holds the common info of a processor.
ProcessorDetail holds the detail info of a processor.
ReplicaConfig is a duplicate of config.ReplicaConfig.
Request allows for building up a request to cdc server in a chained fasion.
Result contains the result of calling Request.Do().
ResumeChangefeedConfig is used by resume changefeed api.
RunningError represents some running error from cdc components, such as processor.
ServerStatus holds some common information of a server.
SinkConfig represents sink config for a changefeed This is a duplicate of config.SinkConfig.
Table represents a qualified table name.
TableName contains table information.
TableOperation records the current information of a table migration.
Tables contains IneligibleTables and EligibleTables.
Tso contains timestamp get from PD.
VerifyTableConfig use to verify tables.

# Type aliases

No description provided by the author
JSONTime used to wrap time into json format.
Liveness is the liveness status of a capture.