Seatunnel
Seatunnel Flink Sink Doris plugin code (opens new window)
Doris Fe http url, eg: 127.0.0.1:8030
database [string]
Doris database
table [string]
Doris user
password [string]
Doris password
batch_size [int]
The maximum number of lines to write to Doris at a time, the default value is 100
The flush interval (in milliseconds), after which the asynchronous thread writes the data in the cache to Doris. Set to 0 to turn off periodic writes.
max_retries [int]
Number of retries after writing to Doris fails
doris.* [string]
Import parameters for Stream load. For example: ‘doris.column_separator’ = ‘, ‘ etc.