Supported protocols
| Protocol | Description | When to use? |
|---|---|---|
| AsyncAPI with HTTP | The HTTP protocol (AsyncAPI) is used for uni-drectional communication. By using the HTTP protocol client/subscribers poll for events at regular intervals. | Suitable for legacy applications/services. Lightweight deployments and serverless applications. |
| AsyncAPI with Websocket | The WebSocket protocol (AsyncAPI), provides a way to exchange data via a persistent connection. | Suitable for Next-generation services, high-traffic, low traffic, real-time streaming or heavy load applications/services |