plugin.path — Kafka Connect Worker Configuration
List of paths separated by commas (,) that contain plugins (connectors, converters, transformations). The list should consist of top level directories that include any combination of: a) directories immediately containing jars with plugins and their dependenciesb) uber-jars with plugins and their dependenciesc) directories immediately containing the package directory structure of classes of plugins and their dependenciesNote: symlinks will be followed to discover dependencies or plugins.
Description
List of paths separated by commas (,) that contain plugins (connectors, converters, transformations). The list should consist of top level directories that include any combination of: a) directories immediately containing jars with plugins and their dependenciesb) uber-jars with plugins and their dependenciesc) directories immediately containing the package directory structure of classes of plugins and their dependenciesNote: symlinks will be followed to discover dependencies or plugins.Examples: plugin.path=/usr/local/share/java,/usr/local/share/kafka/plugins,/opt/connectorsDo not use config provider variables in this property, since the raw path is used by the worker's scanner before config providers are initialized and used to replace variables.
Default Values by Kafka Version
| Kafka Version | Default Value |
|---|---|
| 0.11.0 | null |
| 1.0 | null |
| 1.1 | null |
| 2.0 | null |
| 2.1 | null |
| 2.2 | null |
| 2.3 | null |
| 2.4 | null |
| 2.5 | null |
| 2.6 | null |
| 2.7 | null |
| 2.8 | null |
| 3.0 | null |
| 3.1 | null |
| 3.2 | null |
| 3.3 | null |
| 3.4 | null |
| 3.5 | null |
| 3.6 | null |
| 3.7 | null |
| 3.8 | null |
| 3.9 | null |
| 4.0 | null |
| 4.1 | null |
| 4.2 | null |