You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@thrift.apache.org by eric <fa...@163.com> on 2013/02/04 07:21:25 UTC

Re: [java] thrift and proxy support

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.