Demo: turn AsyncAPI channels into event flow
AsyncAPI describes event contracts, but a diagram helps teams see producers, channels, consumers, and message names in one place.
- Group channels by bounded context or broker namespace.
- Show producer and consumer roles explicitly.
- Use message names on edges when channels carry multiple event types.
channels:
orders.created:
publish:
message:
name: OrderCreated
subscribe:
message:
name: OrderCreated