Install
This page describes install the Lenses Secret Providers for Kafka Connect.
Last updated
This page describes install the Lenses Secret Providers for Kafka Connect.
Last updated
2024 © Lenses.io Ltd. Apache, Apache Kafka, Kafka and associated open source project names are trademarks of the Apache Software Foundation.
Add the plugin to the worker classloader
isolation via the plugin.path
option:
For Azure do not use the classloader isolation (plugin.path
) that Kafka Connect provides. The Azure SDK uses the default classloader and will not find the HTTP client.
To allow for secret rotation add config.action.reload
to your Connect workers properties files.
This property accepts one of two options:
none - No action happens at a connector failure (e.g. it can no longer connect to an external system)
restart - The work will schedule a restart of the connector
Secrets will only be reloaded if the Connector restarts.