Simple protocol: Send all Bootstrap when changefeed starts #11315
Labels
affects-7.5
This bug affects the 7.5.x(LTS) versions.
affects-8.1
This bug affects the 8.1.x(LTS) versions.
area/ticdc
Issues or PRs related to TiCDC.
type/enhancement
The issue or PR belongs to an enhancement.
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
The text was updated successfully, but these errors were encountered: