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: [email protected]
