-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Closed
Labels
type: enhancementA general enhancementA general enhancement
Milestone
Description
Out-of-the-box auditing is backed by InMemoryAuditEventRepository
which I believe, as already expressed in #11605 (comment), isn't appropriate for production use due to:
- limited storage capabilities
- memory consumption
- not being cluster ready
I would propose to disable this by default and make the whole AuditAutoConfiguration
conditional on presence of AuditEventRepository
bean, rather than it having register InMemoryAuditEventRepository
itself.
This would also be somewhat consistent with the #15039.
Metadata
Metadata
Assignees
Labels
type: enhancementA general enhancementA general enhancement