Architecture
Schema
{ "type": "record", "name": "UserDeactivated", "namespace": "com.plumery.authentication.events", "doc": "Event emitted when a user has been deactivated by staff.", "fields": [ { "name": "id", "type": "string", "doc": "Unique identifier for the event." }, { "name": "userId", "type": "string", "doc": "Identifier of the user being deactivated." } ]}