f1amingo opened a new issue, #9191: URL: https://github.com/apache/rocketmq/issues/9191
### Before Creating the Enhancement Request - [x] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary Provide the ability to replace the remoting layer implementation for Proxy and Broker. ### Motivation This allows us to implement custom `RemotingClient` and `RemotingServer` to support a variety of network protocols. ### Describe the Solution You'd Like For the server side, by using a map to store multiple `RemotingServer`s, and by adding new `RemotingServer` implementations, it is possible to support different network protocols. For the client side, by adding a parameter and passing it through, it is possible to create new implementations of `RemotingClient`to support different network protocols. ### Describe Alternatives You've Considered None. ### Additional Context _No response_ -- 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: commits-unsubscr...@rocketmq.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org