Clever / thrift-pool

A module that wraps thrift interfaces in connection pooling logic to make them more resilient.
Apache License 2.0
22 stars 15 forks source link

How can I close a pool? #15

Open DanielYWoo opened 8 years ago

DanielYWoo commented 8 years ago

I have dynamic backend thrift services, those micro services come and go periodically, they are very dynamic. The problem is that when a service is removed, how can I close the thrift connection pool immediately?