TheNotary commented on issue #6481: URL: https://github.com/apache/pulsar/issues/6481#issuecomment-853832231
Thanks for that extra context, I'm a couple patches behind too due to corporate issues (`2.7.0`). After a little more digging, my issue is mostly unrelated; I was overlooking a bug in my python file where `client.close()` wasn't being called at all, so the error occurred when Python was closing things it's frameworking down, but the pulsar client had some kind of hook that said "if we're being terminated, log an error `Read failed: Operation canceled`". In hindsight that makes total sense, but when I wasn't clear on what was happening, it seemed like I was hitting a bug and not facing a kind of interrupted exception. -- 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]
