Apache EventMesh · Example Payload

Eventmesh Admin Subscription Example

ApacheCloudEventsEvent-DrivenMessagingOpen SourcePub-SubServerless

Eventmesh Admin Subscription Example is an example object payload from Apache EventMesh, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

topicurlgroupprotocol

Example Payload

Raw ↑
{
  "topic": "test-topic",
  "url": "https://consumer.example.com/callback",
  "group": "example-value",
  "protocol": "example-value"
}