Re: Node.JS to Flume

2014-05-03 Thread Randy Abernethy
Hey Aaron, I think I can have Node.js compact working for you in fairly short order. If you wouldn't mind testing it I'll try to get a patch together tonight. Best, Randy On Sat, May 3, 2014 at 6:19 PM, Aaron Mefford wrote: > That does appear to be the case after being pointed at the code in

Re: Node.JS to Flume

2014-05-03 Thread Aaron Mefford
That does appear to be the case after being pointed at the code in Flume. Biting off implementation of a protocol was a bit more than I felt I could manage, especially in Node.js, a language I am very new too. I really have no idea how complicated that would be, could be that it is not as bad

Re: Node.JS to Flume

2014-05-03 Thread Randy Abernethy
Hey Aaron, So is it true that Flume-NG is requiring compact protocol for Thrift clients? If that is so I think the easiest way forward might be to add the compact protocol to the Node.js library in Node directly. Particularly because the Node.js end point code is not designed like the end point l

Node.JS to Flume

2014-05-03 Thread Aaron Mefford
I am trying to get communication setup between Node.JS and Flume-NG over thrift. I seem to keep running up against brick walls in the process however. The first of those was that all of the existing projects that seemed to do this were seemingly abandoned about 3 years ago. The next problem