Re: Embedded Agent vs Client SDK

2014-02-13 Thread Gary Malouf
Google searching and the wiki did not pick that up, thanks for the help! I think it would be good to have these use cases directly on Flume's website. On Thu, Feb 13, 2014 at 11:33 PM, Jeff Lord wrote: > Gary, > > I'm going to just quote the design doc here: > > > https://issues.apache.org/jir

Re: Embedded Agent vs Client SDK

2014-02-13 Thread Jeff Lord
Gary, I'm going to just quote the design doc here: https://issues.apache.org/jira/secure/attachment/12560587/embedded-agent-3.pdf 1. A Flume Embedded agent would be useful to applications which send data to a Flume agent acting as a "collector". Currently using the RPCClient or HTTPSource, if th

Embedded Agent vs Client SDK

2014-02-13 Thread Gary Malouf
Can someone list out when you would choose to use one over the other? If I am not mistaken, the client sdk is the simpler of the two to use.