Ce contenu n'est pas disponible dans la langue sélectionnée.
Chapter 81. ExternalConfiguration schema reference
Used in: KafkaConnectSpec
, KafkaMirrorMaker2Spec
Full list of ExternalConfiguration
schema properties
Configures external storage properties that define configuration options for Kafka Connect connectors.
You can mount ConfigMaps or Secrets into a Kafka Connect pod as environment variables or volumes. Volumes and environment variables are configured in the externalConfiguration
property in KafkaConnect.spec
or KafkaMirrorMaker2.spec
.
When applied, the environment variables and volumes are available for use when developing your connectors.
For more information, see Loading configuration values from external sources.
81.1. ExternalConfiguration schema properties Copier lienLien copié sur presse-papiers!
Property | Description |
---|---|
env | Makes data from a Secret or ConfigMap available in the Kafka Connect pods as environment variables. |
| |
volumes | Makes data from a Secret or ConfigMap available in the Kafka Connect pods as volumes. |