Apache EventMesh · Capability
Apache EventMesh Event Streaming
Unified capability for event-driven architectures using Apache EventMesh — managing topics, subscriptions, and publishing CloudEvents. Designed for platform engineers and developers building distributed event streaming pipelines.
What You Can Do
GET
List topics
— List all EventMesh topics
/v1/topics
PUT
Create topic
— Create a new EventMesh topic
/v1/topics
POST
Create subscription
— Subscribe to EventMesh topics
/v1/subscriptions
POST
Publish event
— Publish a CloudEvent
/v1/events
MCP Tools
list-eventmesh-topics
List all topics registered in EventMesh
read-only
create-eventmesh-topic
Create a new EventMesh topic
subscribe-to-topic
Subscribe a consumer to an EventMesh topic
publish-cloud-event
Publish a CloudEvent to an EventMesh topic
APIs Used
eventmesh-admin