syhily commented on code in PR #29: URL: https://github.com/apache/flink-connector-pulsar/pull/29#discussion_r1108076299
########## 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: OK, I have picked up this change into a separate commit. -- 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