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
