omnilight commented on issue #387: URL: https://github.com/apache/pulsar-client-go/issues/387#issuecomment-785006719
Hello, I've also interested in this issue. Currently it is impossible to detect if consumer closed if you are not using `consumer.Receive()` method. But this method is blocking and is intended to be used as a receiver of the message. Maybe we can either add method like `Closed()` to the interface, or change `Receive()` method as proposed by issue author? ---------------------------------------------------------------- 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]
