Skip to content

Commit 2a9a119

Browse files
committed
docs(site): fix missing config property
1 parent 9cad2fa commit 2a9a119

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/content/en/docs/Developer Guide/configuration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ These configurations are described in detail in subsequent chapters.
1919
| `topic` | The default output topic to write | string | *-* | high |
2020
| `tasks.max` | The maximum number of tasks that should be created for this connector. | string | *-* | high |
2121

22-
**Properties for listing and cleaning object files ([FileSystemListing](/kafka-connect-file-pulse/docs/developer-guide/file-listing/))**
22+
**Properties for listing and cleaning object files ([FileSystemListing](/kafka-connect-file-pulse/docs/developer-guide/file-system-listing/))**
2323

2424
| Configuration | Description | Type | Default | Importance |
2525
| --------------| --------------|-----------| --------- | ------------- |
@@ -30,6 +30,7 @@ These configurations are described in detail in subsequent chapters.
3030
| `fs.cleanup.policy.class` | The fully qualified name of the class which is used to cleanup files | class | *-* | HIGH |
3131
| `fs.cleanup.policy.triggered.on` | Specify the status when a file get cleanup. Valid values are: `COMPLETED`, `COMMITTED` | string | *COMPLETED* | MEDIUM |
3232
| `max.scheduled.files` | Maximum number of files that can be schedules to tasks. | long | *1000* | HIGH |
33+
| `allow.tasks.reconfiguration.after.timeout.ms` | Specify the timeout (in milliseconds) for the connector to allow tasks to be reconfigured when new files are detected, even if some tasks are still being processed. | long | *-* | LOW |
3334
| `task.partitioner.class` | The TaskPartitioner to be used for partitioning files to tasks. | class | `io.streamthoughts.kafka.connect.filepulse.source.DefaultTaskPartitioner` | HIGH |
3435
| `tasks.halt.on.error` | Should a task halt when it encounters an error or continue to the next file. | boolean | *false* | HIGH |
3536
| `tasks.empty.poll.wait.ms` | The amount of time in millisecond a tasks should wait if a poll returns an empty list of records. | long | *500* | HIGH |

0 commit comments

Comments
 (0)