Netflix / concurrency-limits

Apache License 2.0
3.26k stars 311 forks source link

Thrift integration #123

Open udaysagar2177 opened 5 years ago

udaysagar2177 commented 5 years ago

Hi @elandau, what's your input on integrating this library with Thrift? I would like to experiment on that. As far as I know, Thrift doesn't have flexible interceptors to tap into but I think I could figure out a workaround using Object Proxy Design pattern.

elandau commented 5 years ago

This approach would work with any RPC stack and contributions are welcome. This would have to be a separate sub-project so that dependencies can be isolated.