Outputs
Outputs define where processed data is delivered. Select an output type when creating a flow in the UI.
| Component | Description |
|---|---|
| HTTP Client | Sends data via HTTP requests |
| Kafka | Produces messages to Kafka topics |
| AMQP 0.9 | Publishes messages to an AMQP 0.9 exchange (e.g. RabbitMQ) |
| SQL Insert | Inserts rows into SQL databases |
| Sync Response | Returns response to HTTP Server input |
| Switch | Conditional routing to different outputs |
| Broker | Routes messages to multiple outputs |