Skip to content

Simple protocol: Send all Bootstrap when changefeed starts  #11315

Closed
@asddongmen

Description

Is your feature request related to a problem?

Some user requires the schema of all tables, which the changefeed synchronizes, to be sent downstream as Bootstrap events when the changefeed begins.

To fulfill this requirement, a boolean parameter send-all-bootstrap-at-start can be added, which is set to false by default.
If this parameter is set to true, the changefeed, upon starting, will send the schema of all synchronized tables downstream as Bootstrap events. This will be done synchronously in the ddlSink. After the Bootstrap events are synchronized, row changes will begin to be synchronized.

Describe the feature you'd like

as above.

Describe alternatives you've considered

No response

Teachability, Documentation, Adoption, Migration Strategy

No response

Metadata

Assignees

Labels

affects-7.5This bug affects the 7.5.x(LTS) versions.affects-8.1This bug affects the 8.1.x(LTS) versions.area/ticdcIssues or PRs related to TiCDC.type/enhancementThe issue or PR belongs to an enhancement.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions