apache / pulsar-client-python

Apache Pulsar Python client library
https://pulsar.apache.org/
Apache License 2.0
51 stars 39 forks source link

[PIP-165] Auto release idle connections #148

Open muni-chada opened 1 year ago

muni-chada commented 1 year ago

The python implementation of PIP-165:https://github.com/apache/pulsar/issues/15516

Modifications Add new configuration ConnectionMaxIdleTime to ClientOptions Add a python routine to ConnectionPool to period check and release idle connections.