Kafka Events

33 event topics — 29 produced, 4 consumed. CloudEvents 1.0 format.

MSK Serverless Broker

Broker: boot-gpm4u49z.c2.kafka-serverless.us-east-1.amazonaws.com:9098
Auth: IAM (SASL/OAUTHBEARER) | Protocol: SASL_SSL | Partition key: tenant_id

Produced Events (29)

TopicDescription
eventzr.mcp.tool.created.v1New tool registered
eventzr.mcp.tool.updated.v1Tool metadata updated
eventzr.mcp.tool.deleted.v1Tool soft-deleted
eventzr.mcp.tool.classified.v1AI classification completed
eventzr.mcp.tool.indexed.v1Tool indexed for search
eventzr.mcp.execution.started.v1Tool execution started
eventzr.mcp.execution.completed.v1Execution completed successfully
eventzr.mcp.execution.failed.v1Execution failed
eventzr.mcp.execution.cancelled.v1Execution cancelled by user
eventzr.mcp.workflow.created.v1Workflow template created
eventzr.mcp.workflow.activated.v1Workflow activated
eventzr.mcp.workflow.deactivated.v1Workflow deactivated
eventzr.mcp.workflow-execution.started.v1Workflow execution started
eventzr.mcp.workflow-execution.completed.v1Workflow execution completed
eventzr.mcp.workflow-execution.failed.v1Workflow execution failed
eventzr.mcp.approval.requested.v1Approval request created
eventzr.mcp.approval.approved.v1Approval granted
eventzr.mcp.approval.rejected.v1Approval rejected
eventzr.mcp.budget.exceeded.v1Budget limit exceeded
eventzr.mcp.budget.synced.v1Budget synced with wallet-svc
eventzr.mcp.marketplace.published.v1Tool published to marketplace
eventzr.mcp.marketplace.purchased.v1Tool purchased from marketplace
eventzr.mcp.server.registered.v1Remote MCP server registered
eventzr.mcp.server.synced.v1Remote server tools synced
eventzr.mcp.federation.handshake.v1Federation handshake completed
eventzr.mcp.elicitation.requested.v1Human input requested
eventzr.mcp.elicitation.responded.v1Human input provided
eventzr.mcp.step-function.started.v1Step Function execution started
eventzr.mcp.step-function.completed.v1Step Function execution completed

Consumed Events (4)

TopicDescription
eventzr.wallet.credits.deducted.v1Credit deduction confirmation from wallet-svc
eventzr.wallet.credits.refunded.v1Credit refund confirmation from wallet-svc
eventzr.search.index.completed.v1Search index update confirmation from search-svc
eventzr.auth.token.revoked.v1Token revocation notification from auth-svc

CloudEvents Envelope

Example: tool.created eventjson
{
  "specversion": "1.0",
  "type": "eventzr.mcp.tool.created.v1",
  "source": "urn:eventzr:mcp-svc",
  "id": "550e8400-e29b-41d4-a716-446655440000",
  "time": "2026-02-28T10:00:00.000Z",
  "datacontenttype": "application/json",
  "subject": "tool:uuid-here",
  "tenantid": "00000000-0000-0000-0000-000000000001",
  "data": {
    "id": "uuid-here",
    "name": "event-description-generator",
    "service_key": "events.describe",
    "status": "ACTIVE"
  }
}