Event Registry
Overview
Section titled “Overview”The Event Registry is a catalog of all events that are registered and known to the EZY Portal platform. It acts as a central reference for Super Users to understand what events each micro-service can produce and consume, and to verify event schema definitions.
Access & Permissions
Section titled “Access & Permissions”| Role | Access Level |
|---|---|
| Tenant Admin | No access |
| Account Admin | No access |
| Super User | Full access |
Visibility Conditions
Section titled “Visibility Conditions”Visible to Super Users only.
Key Features
Section titled “Key Features”- Event Catalog — Browse all registered event types organized by producing micro-service.
- Schema Definition — View the JSON schema or payload structure for each event type.
- Producer / Consumer Map — See which micro-services produce each event and which are registered as consumers.
- Event Versioning — Track different versions of the same event type and identify which services are using which version.
- Registration Status — Identify event types that are registered but have no active consumers, indicating potential integration gaps.
:::tip TODO
- Add a guide on how to register a new event type from a custom micro-service.
- Document the event schema validation rules enforced at registration time.
- Include a reference list of core platform events and their typical consumers. :::