syhily commented on code in PR #20584:
URL: https://github.com/apache/flink/pull/20584#discussion_r981990166
##########
flink-connectors/flink-connector-pulsar/src/main/java/org/apache/flink/connector/pulsar/source/enumerator/topic/range/FixedRangeGenerator.java:
##########
@@ -18,23 +18,40 @@
package org.apache.flink.connector.pulsar.source.enumerator.topic.range;
+import org.apache.flink.annotation.PublicEvolving;
import org.apache.flink.connector.pulsar.source.enumerator.topic.TopicMetadata;
import org.apache.flink.connector.pulsar.source.enumerator.topic.TopicRange;
import java.util.List;
+import static
org.apache.flink.connector.pulsar.source.enumerator.topic.range.TopicRangeUtils.validateTopicRanges;
+
/** Always return the same range set for all topics. */
+@PublicEvolving
public class FixedRangeGenerator implements RangeGenerator {
Review Comment:
I add this only want to tell the end user. This class can be used in their
code.
--
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]