Hi can anyone think of a way to proxy a a thrift call.

Essentially what I want is for client calls on a "master" server to
forward the request on to other designated servers.

I was thinking of overriding

Transport and Server to forward certain calls on.

I guess I would have to override protocol as well to get the name of
the method (to see if it requires forwarding)

Can anyone see problems with this approach ? Are there better ways ?

Thanks

Reply via email to