crazypaul123 opened a new issue, #2968:
URL: https://github.com/apache/brpc/issues/2968
您好,当前由于工作需要,想要使用h2协议来支持rdma,我这样直接改是不是就可以,测试未发现什么问题
bool SupportedByRdma(std::string protocol) {
if ((protocol.compare("baidu_std") == 0) || (protocol.compare("h2") ==
0)) {
// Since rdma is used for high performance scenario,
// we consider baidu_std for the only protocol to support.
return true;
}
return false;
}
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]