tisonkun commented on code in PR #10:
URL:
https://github.com/apache/flink-connector-pulsar/pull/10#discussion_r1060346981
##########
flink-connector-pulsar/src/main/java/org/apache/flink/connector/pulsar/source/PulsarSourceBuilder.java:
##########
@@ -177,9 +171,11 @@ public PulsarSourceBuilder<OUT> setSubscriptionName(String
subscriptionName) {
* @return this PulsarSourceBuilder.
* @see <a
href="https://pulsar.apache.org/docs/en/concepts-messaging/#subscriptions">Pulsar
* Subscriptions</a>
+ * @deprecated We don't support setting the subscription type now.
*/
+ @Deprecated
public PulsarSourceBuilder<OUT> setSubscriptionType(SubscriptionType
subscriptionType) {
Review Comment:
@syhily Please refer to the correct code snippet.
https://issues.apache.org/jira/browse/FLINK-python is a broken link.
--
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]