Execution Mode
Transformer pipelines can run in batch or streaming mode.
You select the execution
mode when you create a pipeline:
- Batch
- A batch pipeline processes a single batch, and then stops. By default, batch pipelines process all available data in the batch. You can, however, configure a maximum batch size in each origin to limit the amount of data processed in the batch.
- Streaming
- A streaming pipeline runs continuously until you manually stop it, maintaining connections to origin systems and processing data at regular intervals. Use a streaming pipeline when you expect data to continuously arrive in origin systems.