You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@inlong.apache.org by GitBox <gi...@apache.org> on 2023/01/13 04:58:32 UTC

[GitHub] [inlong] gosonzhang opened a new issue, #7229: [Improve][Manager] Add checks for unmodifiable field values

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: dev-unsubscribe@inlong.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong] dockerzhang closed issue #7229: [Improve][Manager] Add checks for unmodifiable field values

Posted by GitBox <gi...@apache.org>.
dockerzhang closed issue #7229: [Improve][Manager] Add checks for unmodifiable field values
URL: https://github.com/apache/inlong/issues/7229


-- 
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: dev-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org