huskies: merge 1066
This commit is contained in:
@@ -35,6 +35,14 @@ impl TransitionSubscriber for AuditLogSubscriber {
|
||||
}
|
||||
}
|
||||
|
||||
/// Reconcile: no-op for the audit log subscriber.
|
||||
///
|
||||
/// The audit log records live transitions only. Replaying historical CRDT state at
|
||||
/// reconcile time would produce misleading entries (wrong timestamps, duplicate lines).
|
||||
/// Eventual consistency of the audit log is not required — missed events are simply
|
||||
/// absent from the log, which is acceptable.
|
||||
pub(crate) fn reconcile_audit_log() {}
|
||||
|
||||
/// Spawn a background task that writes a structured audit log entry for every pipeline transition.
|
||||
///
|
||||
/// Subscribes to the transition broadcast channel. Every `TransitionFired` event produces
|
||||
|
||||
Reference in New Issue
Block a user