[
https://issues.apache.org/jira/browse/AVRO-484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thiruvalluvan M. G. resolved AVRO-484.
--------------------------------------
Resolution: Won't Fix
This has been pending for over 6 years with no activity. Closing it. If someone
needs it they can create a fresh ticket or reopen this ticket.
> avro C++ HTTP rpc support
> -------------------------
>
> Key: AVRO-484
> URL: https://issues.apache.org/jira/browse/AVRO-484
> Project: Apache Avro
> Issue Type: Improvement
> Components: c++
> Reporter: Xing Jin
> Priority: Major
> Labels: avro, c++, http, rpc
> Attachments: http.v2.patch
>
>
> Upon Scott Banachowski's request, this is to add HTTP transport support for
> the rpc usage of avro C++ version. The current implementation uses HTTP POST
> to send over a request body (of any content) and the server side responds
> with a standard HTTP response body (of any content).
> Current status: it only requires a user to provide a streambuf input and
> define a function that contains the business logic to generate the serialized
> content into a response streambuf. testhttpserver would be a good example
> there.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)