[ https://issues.apache.org/jira/browse/AVRO-484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16960819#comment-16960819 ]
Thiruvalluvan M. G. commented on AVRO-484: ------------------------------------------ This ticket has not been moving for more than 9 years now. If someone needs this feature in the future, they can open a new ticket. Is is okay to close this ticket as wontfix for lack of interest? > 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)