gaoyan1998 opened a new pull request, #3607:
URL: https://github.com/apache/flink-cdc/pull/3607

   This PR  Support  speed rate, 
   Prevent too much data in the initial stage from causing pressure downstream
   
   usage:
   ```yaml
   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
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to