Martijn Visser created FLINK-38696:
--------------------------------------
Summary: Refactor KafkaSinkITCase to not rely on custom
RateLimiter implementation
Key: FLINK-38696
URL: https://issues.apache.org/jira/browse/FLINK-38696
Project: Flink
Issue Type: Improvement
Components: Connectors / Kafka
Reporter: Martijn Visser
Assignee: Martijn Visser
The Flink Kafka connector currently uses a custom RateLimiterStrategy. With the
introduction of
https://cwiki.apache.org/confluence/display/FLINK/FLIP-535%3A+Introduce+RateLimiter+to+Source,
that test won't pass when testing against Flink 2.2-SNAPSHOT
Instead of having a custom strategy, we can rely on the built-in one to provide
consistent throttling, which is sufficient for the tests and would allow us to
compile against both Flink 2.1.x and Flink 2.2.x
--
This message was sent by Atlassian Jira
(v8.20.10#820010)