Partition durable events by tenant entitlement
This commit is contained in:
@@ -78,7 +78,7 @@ manifest = ModuleManifest(
|
||||
id="audit.recording-retention-and-outbox",
|
||||
title="Operate audit recording and event delivery",
|
||||
summary="Audit owns durable audit records, retention operations, and the transactional platform-event outbox.",
|
||||
body="Modules record bounded audit facts through the Audit capability. Governed platform events are committed to the outbox with retry and delivery metadata so a failed consumer does not erase the originating transaction. Retention and destructive retirement must preserve the configured evidence and recovery guarantees.",
|
||||
body="Modules record bounded audit facts through the Audit capability. Governed platform events are committed to the outbox with retry and delivery metadata so a failed consumer does not erase the originating transaction. Worker dispatch is partitioned by tenant entitlement; an unavailable consumer retains its durable delivery and records an operator-required outcome instead of acknowledging the event. Retention and destructive retirement must preserve the configured evidence and recovery guarantees.",
|
||||
documentation_types=("admin",),
|
||||
audience=("auditor", "security_officer", "operator"),
|
||||
related_modules=("policy", "ops"),
|
||||
|
||||
Reference in New Issue
Block a user