billowqiu opened a new issue, #768: URL: https://github.com/apache/pulsar-client-go/issues/768
#### Expected behavior fail fast when user call Send #### Actual behavior stuck in Send method <img width="1412" alt="image" src="https://user-images.githubusercontent.com/720496/165819946-b71eead5-c5d3-4fa8-8a7f-c0abd9560089.png"> <img width="1658" alt="image" src="https://user-images.githubusercontent.com/720496/165820733-6128f186-0e85-4976-b8e4-b0d552846a5b.png"> #### Steps to reproduce 1:set a 10MB backlog in pulsar topic 2:Infinite loop call partitionProducer.Send to produce msg to that topic 3:see the sdk output : [Failed to create producer at send PRODUCER request]" error="server error: ProducerBlockedQuotaExceededException: Cannot create producer on topic with backlog quota exceeded" producerID=1 #### System configuration **Pulsar version**: x.y -- 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]
