tuteng opened a new pull request #81: Add reconnect timeout after unload topic URL: https://github.com/apache/pulsar-client-go/pull/81 Currently, for a producer that is sending data, if the topic is unload, the following exception will be thrown, resulting in reconnection failure ``` ERRO[0094] Error: ServiceNotReady, Error Message: Topic is temporarily unavailable local_addr="127.0.0.1:55800" remote_addr="pulsar://localhost:6650" ``` Reproduce: ``` 1. pulsar-perf produce -s 10 test-topic 2. ./bin/pulsar-admin topics unload test-topic ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services