dwang-qm opened a new issue, #566: URL: https://github.com/apache/pulsar-client-cpp/issues/566
### Search before asking - [x] I searched in the [issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing similar. ### Version Commit 69afa1a800ec53659d68c1c7729d22f424d6813f ### Minimal reproduce step Terminate a topic with a producer still producing on it. ### What did you expect to see? The producer failing to send messages immediately, instead of retrying on a terminated topic. ### What did you see instead? The client keeps retrying to send messages to a terminated topic, which will never work. ### Anything else? _No response_ ### Are you willing to submit a PR? - [x] I'm willing to submit a PR! -- 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]
