Can I use gRPC with my favorite data format (JSON, Protobuf, Thrift, XML) ?
Yes. gRPC is designed to be extensible to support multiple content types. The initial release contains support for Protobuf and with external support for other content types such as FlatBuffers and Thrift, at varying levels of maturity
有大佬给个例子吗?
我实在是想不出来.且 ChatGPT 也不会...
不是 http/json 转 GRPC 啊
是 GRPC+JSON
如果你问为什么. 因为我要对接一个系统, 那个系统只提供两种序列化方式一种是 json 一种是 gob...
那个对接的系统文档也有限 我还没研究明白.
如果我的需求不可能实现也可以告诉我. 我告诉我老板实现不了.