xiaoma20082008 commented on PR #8855: URL: https://github.com/apache/rocketmq/pull/8855#issuecomment-2535223183
> How to ensure the start and shutdown order of MixedProxyServer As each implementation is independent so it's orderless, and now it's based on the file order in `proxy/src/main/resources/META-INF/services/org.apache.rocketmq.proxy.spi.ProxyServerFactory`. If you need order, then a new method `int getOrder()` can be added to `org.apache.rocketmq.proxy.spi.ProxyServer`. -- 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 For queries about this service, please contact Infrastructure at: us...@infra.apache.org