The pipeline module defines global settings for a Flink CDC data ingestion job. All parameters are individually optional.
Pipeline configuration parameters
All parameters apply only to the current job.
| Parameter | Type | Default | Description |
|---|---|---|---|
name |
STRING | Flink CDC Pipeline Job |
Name of the job. |
schema.change.behavior |
STRING | LENIENT |
How the job handles upstream schema changes. Valid values: LENIENT (default), EXCEPTION, EVOLVE, TRY_EVOLVE, IGNORE. For more information, see Schema evolution synchronization configurations. |
schema-operator.rpc-timeout |
DURATION | 3 min |
Timeout for the schema evolution coordination procedure. |
local-time-zone |
STRING | System time zone | Local time zone for job execution. Affects calculation logic in the transform module. |
user-defined-function |
LIST | None | User-defined functions (UDFs) registered in the job. For details, see User-defined functions. |