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/79ceaad7-e863-4f33-b8b3-3b29de64a817n%40googlegroups.com.