gosonzhang opened a new issue, #7229: URL: https://github.com/apache/inlong/issues/7229
### Description The parent issue is :https://github.com/apache/inlong/issues/7168 Based on the changes in https://github.com/apache/inlong/issues/7220, I found that during the update operation, there is no effective verification for the value check of unmodifiable fields. For example, sinkType in OpenStreamSinkController is an unmodifiable field, the original implementation Direct use without checking will cause implementation bugs; another example is the version field, which should be checked when it receives a request to reduce modification conflicts This PR supplements the modified api in the parent issue, and the unmodified api will be improved in the subsequent sub-issue. ### InLong Component InLong Manager ### 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]
