erobot opened a new issue, #319: URL: https://github.com/apache/pulsar-client-cpp/issues/319
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing similar. ### Version OS: linux 4.14.105 Pulsar client: 3.1.0 ### Minimal reproduce step 1. PartitionedProducer for a topic successfully created 2. Update the topic to add new partitions 3. PartitionedProducer creates producers for new partitions 4. Some producers fail to create 5. The failed producers cause PartitionedProducer to fail ### What did you expect to see? PartitionedProducer recreates failed producers, or producers continue to retry on failure. ### What did you see instead? The failed producers cause PartitionedProducer to fail. ### Anything else? Lazy producer seems to have a similar problem. ### Are you willing to submit a PR? - [ ] 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]
