zchuango opened a new pull request, #3199: URL: https://github.com/apache/brpc/pull/3199
…nt device vendors. ### What problem does this PR solve? Issue Number: resolve #3167 discussion, The resolution of the discussion facilitates support for more communication protocol extensions Problem Summary: Based on the results collected from issue #3167 discussions and advise, this commit defines a set of transport interfaces, and different protocols implement these transport interfaces. The current code mainly pushes the common call part of RDMA and TCP endpoints to the methods of the corresponding transport sub-classes, thereby separating the calls of different communication protocols (RDMA and TCP). This solution lays a foundation for importing more communication protocols in the future, such as CXL, UB, and NVLink. ### What is changed and the side effects? Changed: Side effects: - Performance effects: - Breaking backward compatibility: --- ### Check List: - Please make sure your changes are compilable. - When providing us with a new feature, it is best to add related tests. - Please follow [Contributor Covenant Code of Conduct](https://github.com/apache/brpc/blob/master/CODE_OF_CONDUCT.md). -- 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]
