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

MySQL/source: allow to configure flush-intervals #59

Open
laskoviymishka opened this issue Sep 26, 2024 · 1 comment · May be fixed by #202
Open

MySQL/source: allow to configure flush-intervals #59

laskoviymishka opened this issue Sep 26, 2024 · 1 comment · May be fixed by #202
Labels
good first issue Good for newcomers

Comments

@laskoviymishka
Copy link
Contributor

laskoviymishka commented Sep 26, 2024

Allow users to configure the mysql replication flush interval. Right now it's hard-coded to 1s.

Also need to re-visit all MySQL time.Sleeps, since it may also lead to unwanted data delay in replcations.

@laskoviymishka laskoviymishka added the good first issue Good for newcomers label Sep 26, 2024
@laskoviymishka laskoviymishka changed the title Mysql/source: allow to configure flush-intervals MySQL/source: allow to configure flush-intervals Jan 23, 2025
@saurabhojha
Copy link

saurabhojha commented Feb 6, 2025

@laskoviymishka created a PR to add this configuration. Your review would be greatly appreciated: #202.
Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants