You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@thrift.apache.org by Peter Maas <pf...@gmail.com> on 2011/06/27 16:18:52 UTC

generic thrift 'proxy'

Hi,

I'm trying to create a generic proxy for thrift services. At some point I'd like to able to do stuff like inspecting and (re-) routing messages (load balancing, partitioning). 

I wonder if anybody did this before, or where I can find examples/pointers


I managed to create a very simple generic protocol implementation which I can use to inspect messages; not sure how I would relay the data to another target.


thanks in advance!

-P