asddongmen opened a new issue, #1190: URL: https://github.com/apache/pulsar-client-go/issues/1190
#### Expected behavior Tell us what should happen I need a way to set the timeout of a Close operation of Client or Producer, otherwise my APP will block if this happens. #### Actual behavior Tell us what happens instead Close keep blocking if the pulsar cluster is down. #### Steps to reproduce How can we reproduce the issue 1. Deploy a standalone pulsar server. 2. Create a go client connect to the server. 3. Shutdown the server. 4. Close the client. #### System configuration **Pulsar version**: pulsar-client-go v0.11.0 -- 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]
