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§
- System
Domain - 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
TenantIdvalue object.