Rory McGuire <rjmcguire <at> gmail.com> writes: > > Thrift is just a protocol. HTTP is a separate protocol. I don't believe > Thrift knows about proxies etc.. > Perhaps someone has implemented a way to proxy thrift connections. > > On Wed, Sep 26, 2012 at 1:45 PM, Oliver Zemann <oliver.zemann <at> gmail.com>wrote: > > > Is there some way to configure thrift for proxy usage? eg. to send all > > thrift communication through squid? I tried several approaches > > (-Dhttp.proxyPort etc.) but looks like all are ignored. > > >
The TCP reverse proxy should be OK as load balancer for scribe which applies thrift protocol. In amazone web services, Elastic Load Balance (ELB) is good choice.
