📄️ Drop
The Drop output component discards all messages that it receives.
📄️ HTTP
The HTTP output component sends messages to an HTTP server.
📄️ InfluxDB
The InfluxDB output component writes time-series data to an InfluxDB 2.x server using the Line Protocol. It supports batching, automatic field type detection, and configurable retry logic.
📄️ Kafka
The Kafka output component writes messages to a Kafka topic.
📄️ MQTT
The MQTT output component publishes messages to an MQTT broker.
📄️ NATS
The NATS output component writes messages to a NATS subject.
📄️ Pulsar
The Pulsar output component writes messages to an Apache Pulsar topic. It provides reliable message production with configurable batching and compression.
📄️ Redis
The Redis output component writes messages to Redis data structures including Streams, Lists, and Pub/Sub channels.
📄️ SQL
The SQL output component writes messages to SQL databases. It supports batch inserts, UPSERT operations, and connection pooling.
📄️ Stdout
The Stdout output component writes messages to the standard output stream.