[
https://issues.apache.org/jira/browse/HTRACE-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14265764#comment-14265764
]
stack commented on HTRACE-51:
-----------------------------
Looking at the dependencies for the netty-http-client, they are not too bad;
some little utility jars get pulled in. The project jars are not up in mvn
central though; they are self-hosted:
http://timboudreau.com/builds/plugin/repository/everything/com/mastfrog/netty-http-client/1.5.3/
There are other http client libs.
http://mvnrepository.com/artifact/com.ning/async-http-client/1.9.3 has a bunch
of dependencies though most are test scope:
http://mvnrepository.com/artifact/com.ning/async-http-client/1.9.3 (look down
the page).
There is also this:
http://mvnrepository.com/artifact/com.google.http-client/google-http-client/1.19.0
which has been around a while and then the jetty-client. If we are shading
jetty, maybe this one is worth spending time on.
http://www.eclipse.org/jetty/documentation/9.1.5.v20140505/http-client.html
> htraced java REST client (a.k.a java SpanReceiver for htraced)
> --------------------------------------------------------------
>
> Key: HTRACE-51
> URL: https://issues.apache.org/jira/browse/HTRACE-51
> Project: HTrace
> Issue Type: New Feature
> Reporter: stack
> Assignee: stack
> Attachments: 51.txt
>
>
> Add a java REST client for htraced so we can build a receiver that writes
> htraced via REST from a java process.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)