You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/06/10 06:34:39 UTC

[GitHub] [pulsar] gaofc opened a new issue #7229: Pulsar connector can not set the configuration of SubscriptionType

gaofc opened a new issue #7229:
URL: https://github.com/apache/pulsar/issues/7229


   We have used the **PulsarSourceBuilder** class to create a Pulsar Source.
   Howerver the class does not have the method of **subscriptionType** which is a very important configuration of pulsar.
   The default subscription type is **Exclusive**, which means that the topic could only be consumed by one consumer.
   We have to set the subscription type of the topic to **Shared** so the other consumers could use it.
   So we think PulsarSourceBuilder should add the subscriptionType method.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org