9ft commented on issue #615: URL: https://github.com/apache/pulsar-client-go/issues/615#issuecomment-917448814
> That kind of seems like a misuse of the api? Curious to when you would only want to subscribe to a single partition? If this `persistent://public/default/mytopic` is passed in does the issue go away? Thanks for the review, I don't think this is a misuse. Producers can route messages to a given partition via `MessageRouter()` option. Naturally will want to consume the data from the partition separately. In my case is to control consume rate for different kinds of messages. Other case such as https://github.com/apache/pulsar/issues/3098 -- 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]
