Skip to content

Event Registry

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.

RoleAccess Level
Tenant AdminNo access
Account AdminNo access
Super UserFull access

Visible to Super Users only.

  • 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. :::