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

Support changing CDC related configs dynamically #10645

Closed
overvenus opened this issue Jul 29, 2021 · 3 comments · Fixed by #10651
Closed

Support changing CDC related configs dynamically #10645

overvenus opened this issue Jul 29, 2021 · 3 comments · Fixed by #10651
Assignees
Labels
component/CDC Component: Change Data Capture component/configuration Component: Configuration difficulty/medium Medium task.

Comments

@overvenus
Copy link
Member

overvenus commented Jul 29, 2021

Feature Request

Is your feature request related to a problem? Please describe:

Support changing CDC configs dynamically via SQL. https://docs.pingcap.com/tidb/stable/dynamic-config

Example:

cfg_controller.register(
tikv::config::Module::Raftstore,
Box::new(RaftstoreConfigManager(raft_store)),
);

TiCDC also need a config manager to update its config.

@overvenus overvenus added component/configuration Component: Configuration component/CDC Component: Change Data Capture labels Jul 29, 2021
@overvenus
Copy link
Member Author

PTAL @hi-rustin

@Rustin170506
Copy link
Member

/assign

I will take a look.

@Rustin170506
Copy link
Member

/difficulty medium

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/CDC Component: Change Data Capture component/configuration Component: Configuration difficulty/medium Medium task.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants