camel-kubernetes-deployments-kafka-connector source configuration

Connector Description: Perform operations on Kubernetes Deployments and get notified on Deployment changes.

When using camel-kubernetes-deployments-kafka-connector as source make sure to use the following Maven dependency to have support for the connector:

<dependency>
  <groupId>org.apache.camel.kafkaconnector</groupId>
  <artifactId>camel-kubernetes-deployments-kafka-connector</artifactId>
  <version>x.x.x</version>
  <!-- use the same version as your Camel Kafka connector version -->
</dependency>

To use this source connector in Kafka connect you’ll need to set the following connector.class

connector.class=org.apache.camel.kafkaconnector.kubernetesdeployments.CamelKubernetesdeploymentsSourceConnector

The camel-kubernetes-deployments source connector supports 34 options, which are listed below.

Name Description Default Priority

camel.source.path.masterUrl

Required Kubernetes Master url.

HIGH

camel.source.endpoint.apiVersion

The Kubernetes API Version to use.

MEDIUM

camel.source.endpoint.dnsDomain

The dns domain, used for ServiceCall EIP.

MEDIUM

camel.source.endpoint.kubernetesClient

Default KubernetesClient to use if provided.

MEDIUM

camel.source.endpoint.portName

The port name, used for ServiceCall EIP.

MEDIUM

camel.source.endpoint.portProtocol

The port protocol, used for ServiceCall EIP.

"tcp"

MEDIUM

camel.source.endpoint.bridgeErrorHandler

Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored.

false

MEDIUM

camel.source.endpoint.crdGroup

The Consumer CRD Resource Group we would like to watch.

MEDIUM

camel.source.endpoint.crdName

The Consumer CRD Resource name we would like to watch.

MEDIUM

camel.source.endpoint.crdPlural

The Consumer CRD Resource Plural we would like to watch.

MEDIUM

camel.source.endpoint.crdScope

The Consumer CRD Resource Scope we would like to watch.

MEDIUM

camel.source.endpoint.crdVersion

The Consumer CRD Resource Version we would like to watch.

MEDIUM

camel.source.endpoint.labelKey

The Consumer Label key when watching at some resources.

MEDIUM

camel.source.endpoint.labelValue

The Consumer Label value when watching at some resources.

MEDIUM

camel.source.endpoint.namespace

The namespace.

MEDIUM

camel.source.endpoint.poolSize

The Consumer pool size.

1

MEDIUM

camel.source.endpoint.resourceName

The Consumer Resource Name we would like to watch.

MEDIUM

camel.source.endpoint.exceptionHandler

To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored.

MEDIUM

camel.source.endpoint.exchangePattern

Sets the exchange pattern when the consumer creates an exchange. One of: [InOnly] [InOut] [InOptionalOut].

Enum values:

  • InOnly

  • InOut

  • InOptionalOut

MEDIUM

camel.source.endpoint.connectionTimeout

Connection timeout in milliseconds to use when making requests to the Kubernetes API server.

MEDIUM

camel.source.endpoint.caCertData

The CA Cert Data.

MEDIUM

camel.source.endpoint.caCertFile

The CA Cert File.

MEDIUM

camel.source.endpoint.clientCertData

The Client Cert Data.

MEDIUM

camel.source.endpoint.clientCertFile

The Client Cert File.

MEDIUM

camel.source.endpoint.clientKeyAlgo

The Key Algorithm used by the client.

MEDIUM

camel.source.endpoint.clientKeyData

The Client Key data.

MEDIUM

camel.source.endpoint.clientKeyFile

The Client Key file.

MEDIUM

camel.source.endpoint.clientKeyPassphrase

The Client Key Passphrase.

MEDIUM

camel.source.endpoint.oauthToken

The Auth Token.

MEDIUM

camel.source.endpoint.password

Password to connect to Kubernetes.

MEDIUM

camel.source.endpoint.trustCerts

Define if the certs we used are trusted anyway or not.

MEDIUM

camel.source.endpoint.username

Username to connect to Kubernetes.

MEDIUM

camel.component.kubernetes-deployments.bridgeErrorHandler

Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored.

false

MEDIUM

camel.component.kubernetes-deployments.autowiredEnabled

Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc.

true

MEDIUM

The camel-kubernetes-deployments source connector has no converters out of the box.

The camel-kubernetes-deployments source connector has no transforms out of the box.

The camel-kubernetes-deployments source connector has no aggregation strategies out of the box.