英文: How to enable ssl in grpc with java using keystore 问题 刚开始使用 Java 进行 gRPC,但我无法找到在使用信任存储和客户端存储时如何启...
Java Grpc: 使DNS缓存失效
英文: Java Grpc: invalidate dns cache 问题 我有一个指向解析为2个IP地址的URL的gRPC客户端。 问题是,当一个服务器节点宕机然后恢复时,gRPC客户端不会选择它...
如何在 Quarkus 中的 GRPC 服务器端服务中读取自定义标头?
英文: How do I read a custom header in a GRPC server side service in Quarkus? 问题 我已经看过一些关于如何编写ServerIn...
我应该将gRPC的protobuf消息转换为DTO吗? – 最佳实践
英文: Should i convert gRPC protobuf message to DTO? - Best Practice 问题 最近,我开始使用gRPC消息与微服务进行交互。直到现在,我一...
在Java应用程序中使用WildFly运行gRPC服务器是否可能?
英文: Is it possible to run a gRPC server in a Java application using WildFly? 问题 我正在尝试在我们的WildFly应用程序...
如何在Java中设置Grpc连接的最大限制?
英文: How to set Grpc Connection max limit in Java? 问题 没有gRPC连接的限制吗?如果没有限制,我该如何设置gRPC连接的最大限制数量?(Java) ...
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...
如何在创建来自其他 Pod 的 gRPC 客户端时解析 Kubernetes Pod 的主机名?
英文: How to resolve host name of kubernetes pod while creating grpc client from other pod? 问题 问题: 如何解...
如何获取服务基础设施的Proto文件
英文: How to get proto files of service infrastructure 问题 I can help with the translation. Here's the ...
如何在proto文件中使用google.protobuf.struct来存储JSON结果在gRPC Java中
英文: How to use google.protobuf.struct in proto file to store json result in gRPC java 问题 我想从服务器返回一个J...
27