-
Notifications
You must be signed in to change notification settings - Fork 2
Configure the Source Operator
Marco Alessandro Riggio edited this page Nov 6, 2019
·
6 revisions
Via JsonFileConsumerConfig it's possible to configure the following properties:
| Name | Description | Default Value |
|---|---|---|
| operatorName | the name displayed in the execution plan for the file source operator | "Reading Configuration from File" |
| uid | UID assigned to the file source operator | "ReadingConfigurationFromFile" |
| mode | How the operator must process the file | PROCESS_CONTINUOUSLY |
| interval | How often check for modification in ms | 1000 |
| parallelism | parallelism for the file source operator | 1 |