Skip to main content
These properties show up in nearly every connector’s application.properties. Real values come from the connector’s defaults; Kubernetes secrets and ConfigMaps inject deployment values at deploy time. For deploy-time configuration through Helm values.yaml and SOPS-encrypted secrets, see Configure the connector.

Quarkus and Camel plumbing

HTTP client and CXF

Retry and redelivery

Content types and headers

HeaderRemovalPolicy strips every header except those listed in acceptedHeaders. Use exchange properties for any side-channel data that must survive across route steps.

Custom thread pool

Use these properties when you register a CustomThreadPoolProfile for parallel EIPs such as multicast().parallelProcessing() or split().parallelProcessing().

Next step

To apply deploy-time overrides on top of these values, see Configure the connector. To exercise the routes locally and on a cluster, see Test and validate.