📄️ Batch
The Batch processor component allows you to accumulate messages into batches before they are sent to the next processor in the pipeline.
📄️ JSON
The JSON processor component provides two processors for converting between JSON and Arrow formats.
📄️ Protobuf
The Protobuf processor component provides functionality for converting between Protobuf and Arrow formats.
📄️ SQL
The SQL processor component allows you to process data using SQL queries. It uses DataFusion as the query engine to execute SQL statements on the data.