You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by Luke Lu <th...@vicaya.com> on 2008/12/05 21:03:15 UTC

Connection context/tracking

I wanted to implement logging for a thrift broker/server. But I'm  
having trouble getting connection info (remote ip address etc.). In  
other rpc alternatives you get this from a connection context passed  
in as an argument (e.g., Ice's Ice::Current).

I remember someone submitted a patch but I can't seem to find a JIRA  
ticket/patch for this.

__Luke