Yanquan Lv created FLINK-38747:
----------------------------------
Summary: Modify the annotation of RateLimiterStrategy/RateLimiter
to @PublicEvolving
Key: FLINK-38747
URL: https://issues.apache.org/jira/browse/FLINK-38747
Project: Flink
Issue Type: Sub-task
Components: API / Core
Affects Versions: 2.2.0
Reporter: Yanquan Lv
Assignee: Yanquan Lv
In
[FLIP-535|https://cwiki.apache.org/confluence/display/FLINK/FLIP-535%3A+Introduce+RateLimiter+to+Source],
we added a constructor containing the {{RateLimiterStrategy}} interface and a
member variable of type {{RateLimiter}} to {{{}SourceReaderBase in
https://github.com/apache/flink/pull/27134{}}}.
Since {{SourceReaderBase}} is a class annotated with {{{}@PublicEvolving{}}},
we consequently need to update the
{{{}RateLimiterStrategy{}}}/{{{}RateLimiter{}}} interface to be
{{@PublicEvolving}} as well.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)