tuteng edited a comment on issue #81: Add reconnect timeout after unload topic URL: https://github.com/apache/pulsar-client-go/pull/81#issuecomment-549055453 > > As a result, the broker-side Topic is in a fence state, causing the reconnection to fail > > That's expected behavior. > > I think what's failing is the client side handling of the graceful topic close. > > Just double-checked that if there's a broker crash, the reconnect logic works as expected while it gets stuck in the graceful close (eg: unload). Yes, I also agree with your point that the broker-side topic enters the fence state when the topic is unloaded, but what I want to say is that after the topic is unloaded and the client reconnects, produce should normally send data. As you mentioned above, I think the delay can be set to be smaller. I will refer to the configuration of java and c++ clients
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
