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. >
