ayu-v0 opened a new pull request, #2859: URL: https://github.com/apache/hertzbeat/pull/2859
## What's changed? https://github.com/apache/hertzbeat/issues/2792 <!-- Describe Your PR Here --> Yes, this PR is a brand new version, I used Caffeine to cache the key as id+ desensitized data, the value as undesensitized data, and when the desensitized data is passed in by the front end, it is converted to undesensitized data, which has been verified. Using id + desensitized data as key can avoid confusion of value when other desensitized data is the same Here is a picture of the modification operation:    Here are the tests sent:   ## Checklist - [ ] I have read the [Contributing Guide](https://hertzbeat.apache.org/docs/community/code_style_and_quality_guide) - [ ] I have written the necessary doc or comment. - [ ] I have added the necessary unit tests and all cases have passed. ## Add or update API - [ ] I have added the necessary [e2e tests](https://github.com/apache/hertzbeat/tree/master/e2e) and all cases have passed. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
