Hi,

So, I have a rather embarrasing question.

We have a distributed system with a lot of services in C, which use 
protobuf2.

I want to use gRPC for our Data access Layer (not ready yet), and thus 
decided to use go lang.

But the rest of the services are C based and since gRPC needs 
protobuf3(which does not have a C compiler), I am stuck for now.

Suggestions on what approaches I can take, apart from manually write a 
library layer which converts between proto2 and proto3 before feeding to a 
gRPC client stub or gRPC server.

Thanks,

-- 
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 post to this group, send email to grpc-io@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/d1ebecc4-f9bb-44da-8e1f-33966fc0523e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to