I wrote a client and server for Thrift-over-ZeroMQ in C++ and Python.
Patch at https://issues.apache.org/jira/browse/THRIFT-812.  I only
wrote it for normal calls over REQ/REP sockets and oneway calls over
UPSTREAM/DOWNSTREAM sockets (which appear to have been renamed PUSH/PULL),
but it should be pretty easy to modify the oneway code to support PUB/SUB
sockets, which are multicast.

--David

On 08/25/2010 02:04 PM, Bryan Duxbury wrote:
> I'm not aware of this existing anywhere, but it sounds pretty interesting.
> 
> On Wed, Aug 25, 2010 at 11:57 AM, Roger Meier <[email protected]>wrote:
> 
>> Hi all
>>
>> did somebody already use a kind of a multicast transport with Thrift?
>>
>> e.g. by defining only oneway functions and using UDP on IP?
>>
>> Thanks
>>
>> Roger
>>
>>
>>
> 

Reply via email to