Fake
Source plugin : Fake [Flink]
Descriptionâ
Fake Source
is mainly used to automatically generate data. The data has only two columns. The first column is of String type
and the content is a random one from ["Gary", "Ricky Huo", "Kid Xiong"]
. The second column is of Long type
, which is The current 13-bit timestamp is used as input for functional verification and testing of seatunnel
.
Optionsâ
name | type | required | default value |
---|---|---|---|
parallelism | Int | no | - |
common-options | string | no | - |
parallelism [Int
]â
The parallelism of an individual operator, for Fake Source
common options [string
]â
Source plugin common parameters, please refer to Source Plugin for details
Examplesâ
source {
FakeSourceStream {
result_table_name = "fake"
field_name = "name,age"
}
}