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 mysql pipline rate #3607

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

gaoyan1998
Copy link

@gaoyan1998 gaoyan1998 commented Sep 13, 2024

This PR Support speed rate,
Prevent too much data in the initial stage from causing pressure downstream

usage:

source:
  type: mysql
  ....
  ....
sink:
  ...
  ....
pipeline:
  name: Sync MySQL Database to Doris
  parallelism: 3
# Limit the maximum number of data items per second on average
  source-rate-limit: 3

Copy link
Contributor

@yuxiqian yuxiqian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for @gaoyan1998's great work! I'm a little unsure about several parts and left some comments.

@github-actions github-actions bot added the docs Improvements or additions to documentation label Sep 19, 2024
Copy link
Contributor

@yuxiqian yuxiqian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for @gaoyan1998's quick response! Would @ruanhang1993 like to take a further look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants