英文: Is it mandatory to capitalize the enum variables in .proto files? 问题 我想创建一个以下格式的枚举,但我的proto扩展会报错...
Could I reuse an existing protobuf binary, when marshaling a message including it?(protobuf3)
英文: Could I reuse an existing protobuf binary, when marshaling a message including it?(protobuf3) 问题...
构建一个包含多个Proto文件的Docker – 找不到Proto文件
英文: Building a Docker with Multiple Proto - Proto File not found 问题 我遇到了一个问题,无法构建包含多个proto文件(服务器和文本)...
创建 gRPC 客户端请求时出现无效的内存地址,其中包含重复字段。
英文: invalid memory address when creating grpc client request with repeated field 问题 我有一个关于我的grpc服务器和...
从GitHub仓库导入protobuf文件。
英文: Import protobuf file from GitHub repository 问题 我目前有两个protobuf仓库:api和timestamp: timestamp仓库: - RE...
Protobuf动态消息模式验证
英文: Protobuf dynamic message schema verification 问题 我正在尝试实现数据合约逻辑。 我有两个服务彼此之间切换消息。 服务A以某种格式发送消息+用于生成...
如何从用户请求中提取路径在golang grpc-gateway中。
英文: How to extract path from user request in golang grpc-gateway 问题 我有一个问题。是否可以从用户请求中提取元数据路径? 这是我的pr...
使用流发送编码为protobuf的元数据。
英文: Sending protobuf-encoded metadata with a stream 问题 关于在启动客户端流式gRPC时附加元数据(“初始”请求)的问题已经有人提过了(这里,这里)...
将JSON转换为Protobuf(v3)
英文: JSON to Protobuf (v3) 问题 新手问题。我对Protobuf还不太熟悉。如何将我的JSON数据转换为Protobuf JSON? { "id": "...
如何合并两个相同类型的 Protobuf 的值?
英文: How to merge values of two protobuff of the same type? 问题 我有一个用于我的服务配置的原型,并通过不同的方式(s3、env、db等)进行...
24