zbentley commented on issue #10721: URL: https://github.com/apache/pulsar/issues/10721#issuecomment-863740212
@BewareMyPower I will re-test using the code you provided (I will have to alter it slightly to reconnect/re-create producers whenever an error occurs) next week. Thanks for digging into this! In response to your other question: when I said > The logs below showed no activity for more than 5 minutes. I meant that, after that log line, no subsequent lines indicating successful publishes could be seen; my main loop had stopped. Using gdb and pdb indicated that it was stuck inside the call to `create_producer`. So basically: you're right that the pulsar client internals wrote a log line indicating successful producer creation, but that line being written didn't seem to cause `create_producer` to return--something (chronologically or in code) after that logger call blocked and prevented return. -- 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]
