|
|
+
Ryo.Hongo 2013-02-19, 03:21
-
Re: It's better not to use thrift?Mike Percy 2013-02-20, 10:14
Hari has done recent work on a modern Thrift RPC implementation. The
existing impl. is there for legacy purposes and does not have a batch append() call so it turns out to be quite slow. Have you considered using the HTTP source? With decent batch sizes and keep-alive the performance might be fine for your use case (depending on what your requirements are). Regards Mike On Mon, Feb 18, 2013 at 7:21 PM, Ryo.Hongo <[EMAIL PROTECTED]> wrote: > Hi. > > I want to use thrift. but ThriftFlumeEvent class is deprecated... > > It's better not to use thrift? > > Please tell me better way. > ryo. > +
Ryo.Hongo 2013-02-21, 02:25
|