gosonzhang opened a new issue, #7950: URL: https://github.com/apache/inlong/issues/7950
### Description At present, there are several problems in the Source: 1. InLongMsg V0 and V1 versions use two similar implementations for processing, and here we consider merging them for easy maintenance and management; 2. Consider extracting the common implementations of HTTP, TCP, and UDP on the source side, if there are other different encoding schemes, you only need to implement the corresponding MessageFactory and MessageHandler, and the related protocol Source processing does not need to be changed, which is convenient for other protocol extensions; 3. Adjust relevant implementation code, optimize logic, and supplement test cases ### InLong Component InLong DataProxy ### 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]
