[grpc-io] Re: Writing Serialized Protobuf Message directly using gRPC C++ server

2025-05-15 Thread 'veb...@google.com' via grpc.io
Hi, You have two potential approaches: i) AsyncGenericService (*1): This method allows you to sidestep all serialization and deserialization processes. It's typically the go-to choice when building a proxy. ii) Custom serialization (*2): Since gRPC doesn't mandate a specific serializer (li

[grpc-io] Re: Writing Serialized Protobuf Message directly using gRPC C++ server

2025-01-15 Thread Ashutosh Maheshwari
Hello, can anyone please respond on this? I am following the recommendation put across the github grpc repo on how to ask a question but I am not observing the attention of the core group members here who could probably answer my question. Shall I post my query on some other forum? Regards A