-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Subtask] support Audit Log framework #3973
Comments
seems reasonable to add a event consumer to deliver events to message queues, Besides this, could event system satisfy your requirement? |
Get it,event system can meet the requirement |
It would be nice to have an audit log framework in Gravitino, like to define the format of audit log, the necessary information of each audit record. Besides, I think we can make the storage of audit log configurable, user can implement the specific storage like rocket mq, files, etc. For Gravitino, we don't have to bind to one storage. |
This is design document. Please review it |
### What changes were proposed in this pull request? Design a gravitino audit framework. ### Why are the changes needed? fixes: apache#3973 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? 1. Add UT --------- Co-authored-by: han <hanwangxin@xiaomi.com> Co-authored-by: Qi Yu <yuqi@datastrato.com>
What would you like to be improved?
Based on the metadata change message, in our company has following consumption scenarios:
How should we improve?
So i want to add a audit listenr, listening to the change event, then send the message to the external MQ ( like RocketMQ)
No response
The text was updated successfully, but these errors were encountered: