Jaudouard commented on issue #14714: URL: https://github.com/apache/pulsar/issues/14714#issuecomment-1152071417
@BewareMyPower We observe something that might be related using the python client, we have a use case where we create consumers listening to a specific topic on-the-fly. When we call `subscriber.unsubsribe()`, a few file descriptor are left open (by the C++ part IMO). This leak is not observed when using `subscriber.close()` instead, but in this case the pulsar topic is not deleted and they pile up too fast in our case ! -- 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]
