Skip to main content

Module system_stream

Module system_stream 

Source

Modules§

audit_events
System event types for audit log.
auth_events
System event types for authentication (API keys, users).
config_events
System event types for configuration.
consumer_events
System event types for consumer cursor tracking.
policy_events
System event types for policies.
schema_events
System event types for schema registry.
tenant_events
System event types for tenant lifecycle.

Enums§

SystemDomain
Known system stream domains.

Constants§

SYSTEM_ENTITY_ID_PREFIX
The reserved entity ID prefix for system streams.
SYSTEM_EVENT_TYPE_PREFIX
System stream namespace prefix.
SYSTEM_TENANT_ID
The reserved tenant ID for system metadata.

Functions§

is_system_entity_id
Check whether an entity ID string belongs to the system namespace.
is_system_event_type
Check whether an event type string belongs to the system namespace.
is_system_tenant_id
Check whether a tenant ID is the reserved system tenant.
system_entity_id
Build a system entity ID for a given domain and resource ID.
system_entity_id_value
Create a system entity ID value object.
system_event_type
Create a system event type from a raw string constant.
system_tenant_id
Get the system tenant ID as a TenantId value object.