Stdout
Output plugin : Stdoutâ
- Author: InterestingLab
- Homepage: https://interestinglab.github.io/seatunnel-docs
- Version: 1.0.0
Descriptionâ
Output Rows to console, it is always used for debugging.
Optionsâ
name | type | required | default value | engine |
---|---|---|---|---|
limit | number | no | 100 | batch/spark streaming |
format | string | no | plain | batch/spark streaming |
limit [number]â
Limit number of output. -1
means no limit.
format [string]â
The format used for output, the allowed formats are json
, plain
and schema
Exampleâ
stdout {
limit = 10
format = "json"
}