Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple protocol: Send all Bootstrap when changefeed starts #11315

Closed
asddongmen opened this issue Jun 14, 2024 · 0 comments · Fixed by #11239
Closed

Simple protocol: Send all Bootstrap when changefeed starts #11315

asddongmen opened this issue Jun 14, 2024 · 0 comments · Fixed by #11239
Assignees
Labels
affects-7.5 affects-8.1 area/ticdc Issues or PRs related to TiCDC. type/enhancement The issue or PR belongs to an enhancement.

Comments

@asddongmen
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-7.5 affects-8.1 area/ticdc Issues or PRs related to TiCDC. type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant