gosonzhang opened a new issue, #5888: URL: https://github.com/apache/inlong/issues/5888
### Description The parent issue is: https://github.com/apache/inlong/issues/5745 In DataProxy, there are many value pairs of key=value, but in the whole system, keys with the same meaning use different names, such as the same groupId, some are groupId, some are inlongGroupId, and all of them are passed to the backend nodes, which will make the back-end components implement a lot of compatible code logic. This kind of problem is purely caused by the inconstant keys. For these problems, in order to avoid too many modifications affecting the original logic, this issue, as the parent issue, will be modified for each key bill of lading one by one. ### 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]
