Violet-eve-garden opened a new issue, #1129: URL: https://github.com/apache/pulsar-client-go/issues/1129
#### Expected behavior When topic is deleted, should return `Topic Not Found` error instead of panic. #### Actual behavior  #### Steps to reproduce 1. create topic; 2. create producer and send messages in loop; 3. force delete topic while producer is connected; 4. wait for a period of time, you can see the panic; #### System configuration **Pulsar version**: 0.11.1 -- 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]
