concurrency-limits icon indicating copy to clipboard operation
concurrency-limits copied to clipboard

Thrift integration

Open udaysagar2177 opened this issue 6 years ago • 1 comments

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.

udaysagar2177 avatar Apr 24 '19 07:04 udaysagar2177

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.

elandau avatar Apr 24 '19 18:04 elandau