reswqa commented on code in PR #29: URL: https://github.com/apache/flink-connector-pulsar/pull/29#discussion_r1108045888
########## flink-connector-pulsar/src/main/java/org/apache/flink/connector/pulsar/source/PulsarSourceBuilder.java: ########## @@ -210,6 +210,10 @@ public PulsarSourceBuilder<OUT> setTopics(List<String> topics) { * Set a topic pattern to consume from the java regex str. You can set topics once either with * {@link #setTopics} or {@link #setTopicPattern} in this builder. * + * <p>Remember that we will only subscribe to one tenant and one namespace by using regular Review Comment: It is ok not to use hotfix prefix, but it really shouldn't belong to the commit where it is now. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org