You could build one using Apache HttpClient - just look at any other sink (like hbase sink or rolling file sink) and follow the same pattern.
Thanks, Hari On Mon, Oct 27, 2014 at 9:29 AM, Otis Gospodnetic <[email protected]> wrote: > Hi, > Shouldn't something like that exist in Flume? > Jean-François, is this something you could contribute? Maybe we can use > yours or work on it if you can put up a patch? If not, I think we can take > one of the existing implementations you mentioned and try to improve that > and contribute that...... but if your stuff is better, somewhat ready, and > contributable..... > Thanks, > Otis > -- > Monitoring * Alerting * Anomaly Detection * Centralized Log Management > Solr & Elasticsearch Support * http://sematext.com/ > On Mon, Oct 27, 2014 at 12:09 PM, <[email protected]> wrote: >> Hi Pavel, >> >> >> >> I have found 2 initiatives on this. >> >> >> >> >> https://github.com/hammer/flume/blob/f140709502abf286d9e25a174caa24629a776448/plugins/http/src/java/com/cloudera/flume/handlers/http/HttpPostSink.java >> >> >> https://github.com/josealvarezmuguerza/flume-http-sink/blob/master/src/main/java/org/apache/flume/sink/HttpSink.java >> >> >> >> None of them appeared to me with the code quality/flexibility I expected, >> so I guess it might be worth going further? >> >> >> >> Good luck and let me know if you find other alternatives. (I’m currently >> developing my own code, based on Apache HttpClient ) >> >> >> >> Best regards. >> >> >> *________________________________________________ **Jean-François >> Guilmard* >> >> >> >> *From:* Pavel Zalunin [mailto:[email protected]] >> *Sent:* lundi 27 octobre 2014 16:44 >> *To:* [email protected] >> *Subject:* Flume HTTP sink for binary data >> >> >> >> Hi, >> >> >> >> We need to send binary data to our http endpoint, I looked at built-in >> sinks ( https://flume.apache.org/FlumeUserGuide.html#flume-sinks) and >> can't find http sink. Are there opensourced implementations of such thing? >> >> >> >> Pavel. >> >> ------------------------------ >> >> This message is for the designated recipient only and may contain >> privileged, proprietary, or otherwise confidential information. If you have >> received it in error, please notify the sender immediately and delete the >> original. Any other use of the e-mail by you is prohibited. Where allowed >> by local law, electronic communications with Accenture and its affiliates, >> including e-mail and instant messaging (including content), may be scanned >> by our systems for the purposes of information security and assessment of >> internal compliance with Accenture policy. >> >> ______________________________________________________________________________________ >> >> www.accenture.com >>
