Gilthoniel opened a new issue, #1259: URL: https://github.com/apache/pulsar-client-go/issues/1259
#### Expected behavior Flushing on a closed producer should return a proper error. #### Actual behavior It panics #### Steps to reproduce ```Go producer.Close() _ = producer.Flush() ``` #### System configuration **Pulsar version**: v3.0.5 -- 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]
