[
https://issues.apache.org/jira/browse/HTRACE-362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15279359#comment-15279359
]
Todd Lipcon commented on HTRACE-362:
------------------------------------
The only snag here is that Kudu doesn't currently have a pure C API, only C++,
and wrapping C++ is typically a bit harder (though doable). Some kind of small
daemon in java or C++ which speaks thrift or grpc and asks as a "proxy" to Kudu
might be the easiest bet in terms of connecting from go, even though it's one
more moving piece. Or, a small C library which you can embed in Go, and
internally is implemented on top of the C++ kudu client, should work pretty
well too.
> Apache KUDU Span receiver implementation for Apache HTrace
> ----------------------------------------------------------
>
> Key: HTRACE-362
> URL: https://issues.apache.org/jira/browse/HTRACE-362
> Project: HTrace
> Issue Type: Bug
> Reporter: Nisala Mendis
> Assignee: Nisala Mendis
> Attachments: kudu_span_receiver_basic_design.pdf
>
>
> Implementation should be carried two components as span receiver that writes
> kudu back end and span viewer to view written span/traces.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)