Skip to content

Commit

Permalink
Add MysqlCdcGuavaRateLimiter Licensed header
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyan1998 committed Sep 19, 2024
1 parent 3b183bd commit b3c8758
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class MysqlCdcGuavaRateLimiter

private final Executor limiter =
Executors.newSingleThreadExecutor(
new ExecutorThreadFactory("flink-snapshot-rate-limiter"));
new ExecutorThreadFactory("mysql-cdc-rate-limiter"));
private final RateLimiter rateLimiter;

private int getTokenCountAtOnce;
Expand Down

0 comments on commit b3c8758

Please sign in to comment.