英文: How to use docker to generate grpc code based on go.mod versions? 问题 使用官方的golang Docker镜像,我可以使用p...
编译 Java 类的 Protocol Buffers 文件。
英文: Compile java classes protobuf 问题 我在按照以下 YouTube 视频链接的5:09处进行Google的Protobuf教程时,在编译AddPerson.java...
如何将生成的 proto 文件添加到其他模块的源集中?
英文: How to add proto generated files in source sets of other modules? 问题 我有一个使用 Proto 生成 DTO 的多模块 Gr...
ProtoBuf模式的命名空间错误。
英文: ProtoBuf schema having wrong namespace 问题 我已经按照你提供的要求,将代码部分翻译成中文,如下所示: 我已经定义了我的 Protobuf 模式如下: m...
避免使用 if-else,而使用访问者模式和 Protobuf 生成的枚举。
英文: Avoiding if-else with Protobuf generated enums using visitor pattern 问题 假设我有一个如下所示的 proto 对象: on...
While doing gRPC client-side streaming, how server will behave when it does not receive all of requests
英文: While doing gRPC client-side streaming, how server will behave when it does not receive all of r...
“bazel aquery”对于java_proto_library不返回任何操作信息。
英文: "bazel aquery" returns no action information for java_proto_library 问题 我打算使用 bazel aqu...
如何在proto文件中使用google.protobuf.struct来存储JSON结果在gRPC Java中
英文: How to use google.protobuf.struct in proto file to store json result in gRPC java 问题 我想从服务器返回一个J...
Creating ProtoBuf object schema for Kafka usage 生成用于Kafka的ProtoBuf对象模式
英文: Creating ProtoBuf object schema for Kafka usage 问题 I am using ProtoBuf over Kafka. We are creati...
Java版本与Protobuf冲突。
英文: Java Version Conflct with Protobuf 问题 我正在创建一个GRPC端点,用于接受数据并将数据传递给MapR Streams(Kafka的端口)。我已经创建了GP...
24