ShadowySpirits opened a new issue, #5502: URL: https://github.com/apache/rocketmq/issues/5502
It is usually understood that the `common` module is the fundamental dependency for other modules and should not depend on other modules in the project. But in RocketMQ `common` module depends on `remoting` module, which looks weird and is an obstacle to the expansion of remoting. So I want to invert the dependency between `remoting` and `common` module to make `common` module really common. -- 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]
