[GitHub] [incubator-brpc] serverglen commented on issue #1460: Feature brpc server Start(PortRange range, const ServerOptions *opt)

2021-07-05 Thread GitBox
serverglen commented on issue #1460: URL: https://github.com/apache/incubator-brpc/issues/1460#issuecomment-874492747 > 请问这个是用在什么场景的?� 为了解决端口号被占用的问题,这样的话,不需要用户按个尝试哪个端口可用。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-brpc] lorinlee commented on issue #1460: Feature brpc server Start(PortRange range, const ServerOptions *opt)

2021-07-05 Thread GitBox
lorinlee commented on issue #1460: URL: https://github.com/apache/incubator-brpc/issues/1460#issuecomment-874484612 请问这个是用在什么场景的? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific co

[GitHub] [incubator-brpc] TousakaRin commented on issue #1453: rdma 有开源计划吗?

2021-07-05 Thread GitBox
TousakaRin commented on issue #1453: URL: https://github.com/apache/incubator-brpc/issues/1453#issuecomment-874480472 @bystorm 暂时还没有合入计划,rdma的改动有点多容易引入问题,后续可能会考虑增加一个unstable的分支来合入这类patch -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-brpc] serverglen opened a new pull request #1461: Implement brpc server Start(PortRange, const ServerOptions*)

2021-07-05 Thread GitBox
serverglen opened a new pull request #1461: URL: https://github.com/apache/incubator-brpc/pull/1461 Related issue:#1460 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [incubator-brpc] serverglen opened a new issue #1460: Feature brpc server Start(PortRange range, const ServerOptions *opt)

2021-07-05 Thread GitBox
serverglen opened a new issue #1460: URL: https://github.com/apache/incubator-brpc/issues/1460 **Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)** 实现Start(PortRange range, const ServerOptions *opt); **Describe the solution you'd like (描述你期望的解决方法)** **Des

[GitHub] [incubator-brpc] chenzhangyi commented on issue #1454: brpc支持pb3

2021-07-05 Thread GitBox
chenzhangyi commented on issue #1454: URL: https://github.com/apache/incubator-brpc/issues/1454#issuecomment-874435596 具体不兼容的细节是啥? 我之前也做过把tf和brpc结合相关的事情,好像没遇到类似的问题. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [incubator-brpc] lorinlee merged pull request #1451: Fix baidu_rpc_protocol.cpp a variable incorrectly named

2021-07-05 Thread GitBox
lorinlee merged pull request #1451: URL: https://github.com/apache/incubator-brpc/pull/1451 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-un

[incubator-brpc] branch master updated (8dc52a7 -> a08ade1)

2021-07-05 Thread lorinlee
This is an automated email from the ASF dual-hosted git repository. lorinlee pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git. from 8dc52a7 Merge pull request #1459 from serverglen/rpc_view new 10a9c85 Merge pull request #2 from apa