英文: Saving decoded Protobuf content 问题 I'm trying to set up a .py plugin that will save decoded Prot...
更新来自protobuf的数据
英文: Updating data from protobuf 问题 我正在构建一个具有多个不相关组件的微服务系统,并且我目前正在尝试找出如何根据提供的protobuf数据来实现知道对象上应该更新哪些...
将 Protobuf 消息持久化到数据库中
英文: Persisting Protobuf messages to Database 问题 使用protobuf3定义的数据的正确持久化方式是什么?我正在使用golang和Java,这两个地方都支...
Can golang protocol buffers with gRPC be cross compiled and used on different OS platforms?
英文: Can golang protocol buffers with gRPC be cross compiled and used on different OS platforms? 问题 这...
当使用不同的字段值时,Protobuf序列化长度会有所不同。
英文: Protobuf serialization length differs when using different values for field 问题 我的Protobuf消息由3个双精...
protoc可以从两个属于不同包的proto文件生成Golang代码。
英文: protoc generate golang code from two proto files which belong to different package 问题 我有两个proto源...
Bazel构建、protobuf和代码补全
英文: Bazel build, protobuf and code completion 问题 当使用Bazel构建包含.proto文件的项目时,我们可以使用go_binary和go_proto_l...
Golang的if语句无法识别int32类型的0。
英文: Golang if statement not seeing 0 for int32 问题 我有一个用golang编写的proto3/grpc函数。在一个switch语句中,if语句无法将in...
gRPC:如何在Java客户端与Go服务器中获取多个返回值
英文: gRPC: How to get multiple return values in Java client with Go server 问题 我有一个protocol buffer文件: ...
gRPC流式传输中的错误类型
英文: Error types in gRPC streaming 问题 我有一个 gRPC 端点,可以在查询和结果之间进行流式传输,服务器端经常会出现错误,我希望将这些错误发送回去。我目前处理错误的...
24