config.action.reload — Kafka Connect Source Configuration
The action that Connect should take on the connector when changes in external configuration providers result in a change in the connector's configuration properties. A value of 'none' indicates that Connect will do nothing.
Description
The action that Connect should take on the connector when changes in external configuration providers result in a change in the connector's configuration properties. A value of 'none' indicates that Connect will do nothing. A value of 'restart' indicates that Connect should restart/reload the connector with the updated configuration properties.The restart may actually be scheduled in the future if the external configuration provider indicates that a configuration value will expire in the future.
Default Values by Kafka Version
| Kafka Version | Default Value |
|---|---|
| 2.1 | RESTART |
| 2.2 | restart |
| 2.3 | restart |
| 2.4 | restart |
| 2.5 | restart |
| 2.6 | restart |
| 2.7 | restart |
| 2.8 | restart |
| 3.0 | restart |
| 3.1 | restart |
| 3.2 | restart |
| 3.3 | restart |
| 3.4 | restart |
| 3.5 | restart |
| 3.6 | restart |
| 3.7 | restart |
| 3.8 | restart |
| 3.9 | restart |
| 4.0 | restart |
| 4.1 | restart |
| 4.2 | restart |
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.