gosonzhang opened a new issue, #5097: URL: https://github.com/apache/inlong/issues/5097
### What happened The TubeMQ module protocol from 1.1.0 and later is not smoothly compatible with previous versions When I tested it, I found that since version 1.1.0, the client and server of TubeMQ cannot communicate with the old version of TubeMQ. I checked the modification history, and the problem is to upgrade TubeMQ in version 1.1.0 [1] Introduced when a module's package depends. This is a relatively serious problem. We should upgrade the modules smoothly in a compatible form. Even if we want to upgrade the protocol in an incompatible form, we need to make the transition when upgrading the large version number, not in the small version. And only upgrading components to make protocol changes does not introduce new features. This is a serious bug. @baomingyu Can you take a look at this problem and see how to fix it 1. https://github.com/apache/inlong/issues/3644 ### What you expected to happen Compatible with old and new versions ### How to reproduce Use the 1.1.0 version to test the interoperability with the previous version ### Environment _No response_ ### InLong version 1.1.0 ### InLong Component InLong TubeMQ ### Are you willing to submit PR? - [X] Yes, I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
