xiaoma20082008 opened a new issue, #8854: URL: https://github.com/apache/rocketmq/issues/8854
### Before Creating the Enhancement Request - [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary 1. create an interface with name `ProxyServer` to make the `grpc`/`http`/`remoting` interface more abstract 2. create an spi interface with name `ProxyServerFactory` to build `ProxyServer` ### Motivation The `ProxyStartup` class is too confused to understand ### Describe the Solution You'd Like use Java's SPI to solve this ### Describe Alternatives You've Considered Or use a new spi like dubbo ### 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