inlong
inlong copied to clipboard
[Improve][DataProxy] Uniform data field key name
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