英文:
How to set Grpc Connection max limit in Java?
问题
没有gRPC连接的限制吗?如果没有限制,我该如何设置gRPC连接的最大限制数量?(Java)
谢谢。
英文:
is there any limit of grpc connection? If its limitless, how can I set max limit number of grpc connection? (Java)
Thanks.
答案1
得分: 3
抱歉,目前这不是一个选项。您可以在grpc-java存储库中查看一个开放的问题,以跟踪进展。https://github.com/grpc/grpc-java/issues/1886
英文:
I am afraid this is not an option at the moment. There is an open issue in the grpc-java repo where you can track the progress. https://github.com/grpc/grpc-java/issues/1886
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论