Hello, I am working on developing RPC services for a C++ server, where the clients are in Java/Python/Perl. The requirement is that the return type of the services are objects with dynamic schema.
The avro object serialization/deserialization fits perfectly in my use-case, but currently it doesn't seem to have the RPC support . I wanted to check, if there is any ongoing request for providing the RPC support in C++? If RPC is missing in c++, is there any technical hurdle (I mean any specific reason related to C++ language) ? Thanks for any assistance or guidance you can provide! - Sanket
