-
-
Notifications
You must be signed in to change notification settings - Fork 26.6k
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
Microservice pattern: Audit logging #2692
Comments
@iluwatar If it's alright with you, may I be assigned to work on this issue? Thank you in advance! |
This issue has been automatically marked as stale because it has not had recent activity. The issue will be unassigned if no further activity occurs. Thank you for your contributions. |
Hi @iluwatar , After going through the acceptance criteria of this issue, the implementation involves building services similar to
All these services must be horizontally scalable. Kindly clarify before we discuss the low-level design aspects of the issue. |
Description:
The Audit Logging design pattern is crucial for microservices architectures, providing a means to record significant events and changes within the system. This pattern helps in maintaining a comprehensive trail of activities, which is vital for debugging, security audits, and compliance purposes.
Key elements of the Audit Logging design pattern include:
References:
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: