Speed Control
Configuration
env {
job.mode=STREAMING
job.name=Nexus_Job
read_limit.bytes_per_second=7000000
read_limit.rows_per_second=400
}
source {
MySQL-CDC {
// ignore...
}
}
transform {
}
sink {
Console {
}
}Last updated