Hi Gerrit,

Flatbuffers has done something like this, you can read about it 
here https://grpc.io/blog/grpc-flatbuffers/. That writeup has links to 
their code examples.

Best,
-aj

On Wednesday, October 30, 2024 at 7:02:16 AM UTC-7 Gerrit Kühnle wrote:

> Is there a plugin similar to grpc_cpp_plugin that can generate generic 
> gRPC files for a service without relying on protobuf? Specifically, I'm 
> looking to replace the Request and Response provided by the protobuf header 
> in the service method with ByteBuffer. Alternatively, if I want to use a 
> different serialization format instead of protobuf, is the recommended 
> approach to override the Serialize and Deserialize functions in 
> SerializationTraits for C++?

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/grpc-io/875ba10a-5880-4eb0-b29c-0b4c2bc62d66n%40googlegroups.com.

Reply via email to