vandamon opened a new issue #268: URL: https://github.com/apache/pulsar-client-go/issues/268
**Is your feature request related to a problem? Please describe.** I have a situation in which the client can request to subscribe again over the same topic and subscription name (due to unahandled connection disconnect). For such situations, the subscribe method should return the consumer instead of nil, since there is no other way to retreive an already subscribed consumer. **Describe the solution you'd like** The subscribe method should return the consumer instead of nil, if consumer is already connected. **Describe alternatives you've considered** I don't see any alternatives **Additional context** None. ---------------------------------------------------------------- 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]
