This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 33e7ad7fe852c73bed22f57288523692f00e3d51
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Oct 12 18:23:19 2020 +0200

    Camel-kafka-kafka-connector: Added back to catalog
---
 .../resources/connectors/camel-kafka-sink.json     | 816 +++++++++++++++++++++
 .../resources/connectors/camel-kafka-source.json   | 738 +++++++++++++++++++
 2 files changed, 1554 insertions(+)

diff --git 
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-kafka-sink.json
 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-kafka-sink.json
new file mode 100644
index 0000000..9212d31
--- /dev/null
+++ 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-kafka-sink.json
@@ -0,0 +1,816 @@
+{
+       "connector": {
+               "class": 
"org.apache.camel.kafkaconnector.kafka.CamelKafkaSinkConnector",
+               "artifactId": "camel-kafka-kafka-connector",
+               "groupId": "org.apache.camel.kafkaconnector",
+               "id": "camel-kafka-sink",
+               "type": "sink",
+               "version": "0.6.0-SNAPSHOT"
+       },
+       "properties": {
+               "camel.sink.path.topic": {
+                       "name": "camel.sink.path.topic",
+                       "description": "Name of the topic to use. On the 
consumer you can use comma to separate multiple topics. A producer can only 
send a message to a single topic.",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.sink.endpoint.additionalProperties": {
+                       "name": "camel.sink.endpoint.additionalProperties",
+                       "description": "Sets additional properties for either 
kafka consumer or kafka producer in case they can't be set directly on the 
camel configurations (e.g: new Kafka properties that are not reflected yet in 
Camel configurations), the properties have to be prefixed with 
additionalProperties.. E.g: 
additionalProperties.transactional.id=12345&additionalProperties.schema.registry.url=http:\/\/localhost:8811\/avro",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.brokers": {
+                       "name": "camel.sink.endpoint.brokers",
+                       "description": "URL of the Kafka brokers to use. The 
format is host1:port1,host2:port2, and the list can be a subset of brokers or a 
VIP pointing to a subset of brokers. This option is known as bootstrap.servers 
in the Kafka documentation.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.clientId": {
+                       "name": "camel.sink.endpoint.clientId",
+                       "description": "The client id is a user-specified 
string sent in each request to help trace calls. It should logically identify 
the application making the request.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.headerFilterStrategy": {
+                       "name": "camel.sink.endpoint.headerFilterStrategy",
+                       "description": "To use a custom HeaderFilterStrategy to 
filter header to and from Camel message.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.reconnectBackoffMaxMs": {
+                       "name": "camel.sink.endpoint.reconnectBackoffMaxMs",
+                       "description": "The maximum amount of time in 
milliseconds to wait when reconnecting to a broker that has repeatedly failed 
to connect. If provided, the backoff per host will increase exponentially for 
each consecutive connection failure, up to this maximum. After calculating the 
backoff increase, 20% random jitter is added to avoid connection storms.",
+                       "defaultValue": "\"1000\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.shutdownTimeout": {
+                       "name": "camel.sink.endpoint.shutdownTimeout",
+                       "description": "Timeout in milli seconds to wait 
gracefully for the consumer or producer to shutdown and terminate its worker 
threads.",
+                       "defaultValue": "30000",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.bufferMemorySize": {
+                       "name": "camel.sink.endpoint.bufferMemorySize",
+                       "description": "The total bytes of memory the producer 
can use to buffer records waiting to be sent to the server. If records are sent 
faster than they can be delivered to the server the producer will either block 
or throw an exception based on the preference specified by 
block.on.buffer.full.This setting should correspond roughly to the total memory 
the producer will use, but is not a hard bound since not all memory the 
producer uses is used for buffering. Some additional memory will [...]
+                       "defaultValue": "\"33554432\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.compressionCodec": {
+                       "name": "camel.sink.endpoint.compressionCodec",
+                       "description": "This parameter allows you to specify 
the compression codec for all data generated by this producer. Valid values are 
none, gzip and snappy. One of: [none] [gzip] [snappy] [lz4]",
+                       "defaultValue": "\"none\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.connectionMaxIdleMs": {
+                       "name": "camel.sink.endpoint.connectionMaxIdleMs",
+                       "description": "Close idle connections after the number 
of milliseconds specified by this config.",
+                       "defaultValue": "\"540000\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.enableIdempotence": {
+                       "name": "camel.sink.endpoint.enableIdempotence",
+                       "description": "If set to 'true' the producer will 
ensure that exactly one copy of each message is written in the stream. If 
'false', producer retries may write duplicates of the retried message in the 
stream. If set to true this option will require 
max.in.flight.requests.per.connection to be set to 1 and retries cannot be zero 
and additionally acks must be set to 'all'.",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.kafkaHeaderSerializer": {
+                       "name": "camel.sink.endpoint.kafkaHeaderSerializer",
+                       "description": "To use a custom KafkaHeaderSerializer 
to serialize kafka headers values",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.key": {
+                       "name": "camel.sink.endpoint.key",
+                       "description": "The record key (or null if no key is 
specified). If this option has been configured then it take precedence over 
header KafkaConstants#KEY",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.keySerializerClass": {
+                       "name": "camel.sink.endpoint.keySerializerClass",
+                       "description": "The serializer class for keys (defaults 
to the same as for messages if nothing is given).",
+                       "defaultValue": 
"\"org.apache.kafka.common.serialization.StringSerializer\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.lazyStartProducer": {
+                       "name": "camel.sink.endpoint.lazyStartProducer",
+                       "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a producer may otherwise 
fail during starting and cause the route to fail being started. By deferring 
this startup to be lazy then the startup failure can be handled during routing 
messages via Camel's routing error handlers. Beware that when the first message 
is processed then creating and starting the pr [...]
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.lingerMs": {
+                       "name": "camel.sink.endpoint.lingerMs",
+                       "description": "The producer groups together any 
records that arrive in between request transmissions into a single batched 
request. Normally this occurs only under load when records arrive faster than 
they can be sent out. However in some circumstances the client may want to 
reduce the number of requests even under moderate load. This setting 
accomplishes this by adding a small amount of artificial delay that is, rather 
than immediately sending out a record the producer will wait for [...]
+                       "defaultValue": "\"0\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.maxBlockMs": {
+                       "name": "camel.sink.endpoint.maxBlockMs",
+                       "description": "The configuration controls how long 
sending to kafka will block. These methods can be blocked for multiple reasons. 
For e.g: buffer full, metadata unavailable.This configuration imposes maximum 
limit on the total time spent in fetching metadata, serialization of key and 
value, partitioning and allocation of buffer memory when doing a send(). In 
case of partitionsFor(), this configuration imposes a maximum time threshold on 
waiting for metadata",
+                       "defaultValue": "\"60000\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.maxInFlightRequest": {
+                       "name": "camel.sink.endpoint.maxInFlightRequest",
+                       "description": "The maximum number of unacknowledged 
requests the client will send on a single connection before blocking. Note that 
if this setting is set to be greater than 1 and there are failed sends, there 
is a risk of message re-ordering due to retries (i.e., if retries are 
enabled).",
+                       "defaultValue": "\"5\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.maxRequestSize": {
+                       "name": "camel.sink.endpoint.maxRequestSize",
+                       "description": "The maximum size of a request. This is 
also effectively a cap on the maximum record size. Note that the server has its 
own cap on record size which may be different from this. This setting will 
limit the number of record batches the producer will send in a single request 
to avoid sending huge requests.",
+                       "defaultValue": "\"1048576\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.metadataMaxAgeMs": {
+                       "name": "camel.sink.endpoint.metadataMaxAgeMs",
+                       "description": "The period of time in milliseconds 
after which we force a refresh of metadata even if we haven't seen any 
partition leadership changes to proactively discover any new brokers or 
partitions.",
+                       "defaultValue": "\"300000\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.metricReporters": {
+                       "name": "camel.sink.endpoint.metricReporters",
+                       "description": "A list of classes to use as metrics 
reporters. Implementing the MetricReporter interface allows plugging in classes 
that will be notified of new metric creation. The JmxReporter is always 
included to register JMX statistics.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.metricsSampleWindowMs": {
+                       "name": "camel.sink.endpoint.metricsSampleWindowMs",
+                       "description": "The number of samples maintained to 
compute metrics.",
+                       "defaultValue": "\"30000\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.noOfMetricsSample": {
+                       "name": "camel.sink.endpoint.noOfMetricsSample",
+                       "description": "The number of samples maintained to 
compute metrics.",
+                       "defaultValue": "\"2\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.partitioner": {
+                       "name": "camel.sink.endpoint.partitioner",
+                       "description": "The partitioner class for partitioning 
messages amongst sub-topics. The default partitioner is based on the hash of 
the key.",
+                       "defaultValue": 
"\"org.apache.kafka.clients.producer.internals.DefaultPartitioner\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.partitionKey": {
+                       "name": "camel.sink.endpoint.partitionKey",
+                       "description": "The partition to which the record will 
be sent (or null if no partition was specified). If this option has been 
configured then it take precedence over header KafkaConstants#PARTITION_KEY",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.producerBatchSize": {
+                       "name": "camel.sink.endpoint.producerBatchSize",
+                       "description": "The producer will attempt to batch 
records together into fewer requests whenever multiple records are being sent 
to the same partition. This helps performance on both the client and the 
server. This configuration controls the default batch size in bytes. No attempt 
will be made to batch records larger than this size.Requests sent to brokers 
will contain multiple batches, one for each partition with data available to be 
sent.A small batch size will make batching less co [...]
+                       "defaultValue": "\"16384\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.queueBufferingMaxMessages": {
+                       "name": "camel.sink.endpoint.queueBufferingMaxMessages",
+                       "description": "The maximum number of unsent messages 
that can be queued up the producer when using async mode before either the 
producer must be blocked or data must be dropped.",
+                       "defaultValue": "\"10000\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.receiveBufferBytes": {
+                       "name": "camel.sink.endpoint.receiveBufferBytes",
+                       "description": "The size of the TCP receive buffer 
(SO_RCVBUF) to use when reading data.",
+                       "defaultValue": "\"65536\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.reconnectBackoffMs": {
+                       "name": "camel.sink.endpoint.reconnectBackoffMs",
+                       "description": "The amount of time to wait before 
attempting to reconnect to a given host. This avoids repeatedly connecting to a 
host in a tight loop. This backoff applies to all requests sent by the consumer 
to the broker.",
+                       "defaultValue": "\"50\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.recordMetadata": {
+                       "name": "camel.sink.endpoint.recordMetadata",
+                       "description": "Whether the producer should store the 
RecordMetadata results from sending to Kafka. The results are stored in a List 
containing the RecordMetadata metadata's. The list is stored on a header with 
the key KafkaConstants#KAFKA_RECORDMETA",
+                       "defaultValue": "true",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.requestRequiredAcks": {
+                       "name": "camel.sink.endpoint.requestRequiredAcks",
+                       "description": "The number of acknowledgments the 
producer requires the leader to have received before considering a request 
complete. This controls the durability of records that are sent. The following 
settings are common: acks=0 If set to zero then the producer will not wait for 
any acknowledgment from the server at all. The record will be immediately added 
to the socket buffer and considered sent. No guarantee can be made that the 
server has received the record in this case, and t [...]
+                       "defaultValue": "\"1\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.requestTimeoutMs": {
+                       "name": "camel.sink.endpoint.requestTimeoutMs",
+                       "description": "The amount of time the broker will wait 
trying to meet the request.required.acks requirement before sending back an 
error to the client.",
+                       "defaultValue": "\"30000\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.retries": {
+                       "name": "camel.sink.endpoint.retries",
+                       "description": "Setting a value greater than zero will 
cause the client to resend any record whose send fails with a potentially 
transient error. Note that this retry is no different than if the client resent 
the record upon receiving the error. Allowing retries will potentially change 
the ordering of records because if two records are sent to a single partition, 
and the first fails and is retried but the second succeeds, then the second 
record may appear first.",
+                       "defaultValue": "\"0\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.retryBackoffMs": {
+                       "name": "camel.sink.endpoint.retryBackoffMs",
+                       "description": "Before each retry, the producer 
refreshes the metadata of relevant topics to see if a new leader has been 
elected. Since leader election takes a bit of time, this property specifies the 
amount of time that the producer waits before refreshing the metadata.",
+                       "defaultValue": "\"100\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.sendBufferBytes": {
+                       "name": "camel.sink.endpoint.sendBufferBytes",
+                       "description": "Socket write buffer size",
+                       "defaultValue": "\"131072\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.serializerClass": {
+                       "name": "camel.sink.endpoint.serializerClass",
+                       "description": "The serializer class for messages.",
+                       "defaultValue": 
"\"org.apache.kafka.common.serialization.StringSerializer\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.workerPool": {
+                       "name": "camel.sink.endpoint.workerPool",
+                       "description": "To use a custom worker pool for 
continue routing Exchange after kafka server has acknowledge the message that 
was sent to it from KafkaProducer using asynchronous non-blocking processing. 
If using this option then you must handle the lifecycle of the thread pool to 
shut the pool down when no longer needed.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.workerPoolCoreSize": {
+                       "name": "camel.sink.endpoint.workerPoolCoreSize",
+                       "description": "Number of core threads for the worker 
pool for continue routing Exchange after kafka server has acknowledge the 
message that was sent to it from KafkaProducer using asynchronous non-blocking 
processing.",
+                       "defaultValue": "\"10\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.workerPoolMaxSize": {
+                       "name": "camel.sink.endpoint.workerPoolMaxSize",
+                       "description": "Maximum number of threads for the 
worker pool for continue routing Exchange after kafka server has acknowledge 
the message that was sent to it from KafkaProducer using asynchronous 
non-blocking processing.",
+                       "defaultValue": "\"20\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.basicPropertyBinding": {
+                       "name": "camel.sink.endpoint.basicPropertyBinding",
+                       "description": "Whether the endpoint should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.synchronous": {
+                       "name": "camel.sink.endpoint.synchronous",
+                       "description": "Sets whether synchronous processing 
should be strictly used, or Camel is allowed to use asynchronous processing (if 
supported).",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.schemaRegistryURL": {
+                       "name": "camel.sink.endpoint.schemaRegistryURL",
+                       "description": "URL of the Confluent Platform schema 
registry servers to use. The format is host1:port1,host2:port2. This is known 
as schema.registry.url in the Confluent Platform documentation. This option is 
only available in the Confluent Platform (not standard Apache Kafka)",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.interceptorClasses": {
+                       "name": "camel.sink.endpoint.interceptorClasses",
+                       "description": "Sets interceptors for producer or 
consumers. Producer interceptors have to be classes implementing 
org.apache.kafka.clients.producer.ProducerInterceptor Consumer interceptors 
have to be classes implementing 
org.apache.kafka.clients.consumer.ConsumerInterceptor Note that if you use 
Producer interceptor on a consumer it will throw a class cast exception in 
runtime",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.kerberosBeforeReloginMinTime": {
+                       "name": 
"camel.sink.endpoint.kerberosBeforeReloginMinTime",
+                       "description": "Login thread sleep time between refresh 
attempts.",
+                       "defaultValue": "\"60000\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.kerberosInitCmd": {
+                       "name": "camel.sink.endpoint.kerberosInitCmd",
+                       "description": "Kerberos kinit command path. Default is 
\/usr\/bin\/kinit",
+                       "defaultValue": "\"\/usr\/bin\/kinit\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.kerberosPrincipalToLocalRules": {
+                       "name": 
"camel.sink.endpoint.kerberosPrincipalToLocalRules",
+                       "description": "A list of rules for mapping from 
principal names to short names (typically operating system usernames). The 
rules are evaluated in order and the first rule that matches a principal name 
is used to map it to a short name. Any later rules in the list are ignored. By 
default, principal names of the form {username}\/{hostname}{REALM} are mapped 
to {username}. For more details on the format please see the security 
authorization and acls documentation.. Multiple values can b [...]
+                       "defaultValue": "\"DEFAULT\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.kerberosRenewJitter": {
+                       "name": "camel.sink.endpoint.kerberosRenewJitter",
+                       "description": "Percentage of random jitter added to 
the renewal time.",
+                       "defaultValue": "\"0.05\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.kerberosRenewWindowFactor": {
+                       "name": "camel.sink.endpoint.kerberosRenewWindowFactor",
+                       "description": "Login thread will sleep until the 
specified window factor of time from last refresh to ticket's expiry has been 
reached, at which time it will try to renew the ticket.",
+                       "defaultValue": "\"0.8\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.saslJaasConfig": {
+                       "name": "camel.sink.endpoint.saslJaasConfig",
+                       "description": "Expose the kafka sasl.jaas.config 
parameter Example: org.apache.kafka.common.security.plain.PlainLoginModule 
required username=USERNAME password=PASSWORD;",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.saslKerberosServiceName": {
+                       "name": "camel.sink.endpoint.saslKerberosServiceName",
+                       "description": "The Kerberos principal name that Kafka 
runs as. This can be defined either in Kafka's JAAS config or in Kafka's 
config.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.saslMechanism": {
+                       "name": "camel.sink.endpoint.saslMechanism",
+                       "description": "The Simple Authentication and Security 
Layer (SASL) Mechanism used. For the valid values see 
http:\/\/www.iana.org\/assignments\/sasl-mechanisms\/sasl-mechanisms.xhtml",
+                       "defaultValue": "\"GSSAPI\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.securityProtocol": {
+                       "name": "camel.sink.endpoint.securityProtocol",
+                       "description": "Protocol used to communicate with 
brokers. SASL_PLAINTEXT, PLAINTEXT and SSL are supported",
+                       "defaultValue": "\"PLAINTEXT\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.sslCipherSuites": {
+                       "name": "camel.sink.endpoint.sslCipherSuites",
+                       "description": "A list of cipher suites. This is a 
named combination of authentication, encryption, MAC and key exchange algorithm 
used to negotiate the security settings for a network connection using TLS or 
SSL network protocol.By default all the available cipher suites are supported.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.sslContextParameters": {
+                       "name": "camel.sink.endpoint.sslContextParameters",
+                       "description": "SSL configuration using a Camel 
SSLContextParameters object. If configured it's applied before the other SSL 
endpoint parameters. NOTE: Kafka only supports loading keystore from file 
locations, so prefix the location with file: in the KeyStoreParameters.resource 
option.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.sslEnabledProtocols": {
+                       "name": "camel.sink.endpoint.sslEnabledProtocols",
+                       "description": "The list of protocols enabled for SSL 
connections. TLSv1.2, TLSv1.1 and TLSv1 are enabled by default.",
+                       "defaultValue": "\"TLSv1.2\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.sslEndpointAlgorithm": {
+                       "name": "camel.sink.endpoint.sslEndpointAlgorithm",
+                       "description": "The endpoint identification algorithm 
to validate server hostname using server certificate.",
+                       "defaultValue": "\"https\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.sslKeymanagerAlgorithm": {
+                       "name": "camel.sink.endpoint.sslKeymanagerAlgorithm",
+                       "description": "The algorithm used by key manager 
factory for SSL connections. Default value is the key manager factory algorithm 
configured for the Java Virtual Machine.",
+                       "defaultValue": "\"SunX509\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.sslKeyPassword": {
+                       "name": "camel.sink.endpoint.sslKeyPassword",
+                       "description": "The password of the private key in the 
key store file. This is optional for client.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.sslKeystoreLocation": {
+                       "name": "camel.sink.endpoint.sslKeystoreLocation",
+                       "description": "The location of the key store file. 
This is optional for client and can be used for two-way authentication for 
client.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.sslKeystorePassword": {
+                       "name": "camel.sink.endpoint.sslKeystorePassword",
+                       "description": "The store password for the key store 
file.This is optional for client and only needed if ssl.keystore.location is 
configured.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.sslKeystoreType": {
+                       "name": "camel.sink.endpoint.sslKeystoreType",
+                       "description": "The file format of the key store file. 
This is optional for client. Default value is JKS",
+                       "defaultValue": "\"JKS\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.sslProtocol": {
+                       "name": "camel.sink.endpoint.sslProtocol",
+                       "description": "The SSL protocol used to generate the 
SSLContext. Default setting is TLS, which is fine for most cases. Allowed 
values in recent JVMs are TLS, TLSv1.1 and TLSv1.2. SSL, SSLv2 and SSLv3 may be 
supported in older JVMs, but their usage is discouraged due to known security 
vulnerabilities.",
+                       "defaultValue": "\"TLSv1.2\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.sslProvider": {
+                       "name": "camel.sink.endpoint.sslProvider",
+                       "description": "The name of the security provider used 
for SSL connections. Default value is the default security provider of the 
JVM.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.sslTrustmanagerAlgorithm": {
+                       "name": "camel.sink.endpoint.sslTrustmanagerAlgorithm",
+                       "description": "The algorithm used by trust manager 
factory for SSL connections. Default value is the trust manager factory 
algorithm configured for the Java Virtual Machine.",
+                       "defaultValue": "\"PKIX\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.sslTruststoreLocation": {
+                       "name": "camel.sink.endpoint.sslTruststoreLocation",
+                       "description": "The location of the trust store file.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.sslTruststorePassword": {
+                       "name": "camel.sink.endpoint.sslTruststorePassword",
+                       "description": "The password for the trust store file.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.sslTruststoreType": {
+                       "name": "camel.sink.endpoint.sslTruststoreType",
+                       "description": "The file format of the trust store 
file. Default value is JKS.",
+                       "defaultValue": "\"JKS\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.additionalProperties": {
+                       "name": "camel.component.kafka.additionalProperties",
+                       "description": "Sets additional properties for either 
kafka consumer or kafka producer in case they can't be set directly on the 
camel configurations (e.g: new Kafka properties that are not reflected yet in 
Camel configurations), the properties have to be prefixed with 
additionalProperties.. E.g: 
additionalProperties.transactional.id=12345&additionalProperties.schema.registry.url=http:\/\/localhost:8811\/avro",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.brokers": {
+                       "name": "camel.component.kafka.brokers",
+                       "description": "URL of the Kafka brokers to use. The 
format is host1:port1,host2:port2, and the list can be a subset of brokers or a 
VIP pointing to a subset of brokers. This option is known as bootstrap.servers 
in the Kafka documentation.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.clientId": {
+                       "name": "camel.component.kafka.clientId",
+                       "description": "The client id is a user-specified 
string sent in each request to help trace calls. It should logically identify 
the application making the request.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.configuration": {
+                       "name": "camel.component.kafka.configuration",
+                       "description": "Allows to pre-configure the Kafka 
component with common options that the endpoints will reuse.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.headerFilterStrategy": {
+                       "name": "camel.component.kafka.headerFilterStrategy",
+                       "description": "To use a custom HeaderFilterStrategy to 
filter header to and from Camel message.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.reconnectBackoffMaxMs": {
+                       "name": "camel.component.kafka.reconnectBackoffMaxMs",
+                       "description": "The maximum amount of time in 
milliseconds to wait when reconnecting to a broker that has repeatedly failed 
to connect. If provided, the backoff per host will increase exponentially for 
each consecutive connection failure, up to this maximum. After calculating the 
backoff increase, 20% random jitter is added to avoid connection storms.",
+                       "defaultValue": "\"1000\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.shutdownTimeout": {
+                       "name": "camel.component.kafka.shutdownTimeout",
+                       "description": "Timeout in milli seconds to wait 
gracefully for the consumer or producer to shutdown and terminate its worker 
threads.",
+                       "defaultValue": "30000",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.bufferMemorySize": {
+                       "name": "camel.component.kafka.bufferMemorySize",
+                       "description": "The total bytes of memory the producer 
can use to buffer records waiting to be sent to the server. If records are sent 
faster than they can be delivered to the server the producer will either block 
or throw an exception based on the preference specified by 
block.on.buffer.full.This setting should correspond roughly to the total memory 
the producer will use, but is not a hard bound since not all memory the 
producer uses is used for buffering. Some additional memory will [...]
+                       "defaultValue": "\"33554432\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.compressionCodec": {
+                       "name": "camel.component.kafka.compressionCodec",
+                       "description": "This parameter allows you to specify 
the compression codec for all data generated by this producer. Valid values are 
none, gzip and snappy. One of: [none] [gzip] [snappy] [lz4]",
+                       "defaultValue": "\"none\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.connectionMaxIdleMs": {
+                       "name": "camel.component.kafka.connectionMaxIdleMs",
+                       "description": "Close idle connections after the number 
of milliseconds specified by this config.",
+                       "defaultValue": "\"540000\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.enableIdempotence": {
+                       "name": "camel.component.kafka.enableIdempotence",
+                       "description": "If set to 'true' the producer will 
ensure that exactly one copy of each message is written in the stream. If 
'false', producer retries may write duplicates of the retried message in the 
stream. If set to true this option will require 
max.in.flight.requests.per.connection to be set to 1 and retries cannot be zero 
and additionally acks must be set to 'all'.",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.kafkaHeaderSerializer": {
+                       "name": "camel.component.kafka.kafkaHeaderSerializer",
+                       "description": "To use a custom KafkaHeaderSerializer 
to serialize kafka headers values",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.key": {
+                       "name": "camel.component.kafka.key",
+                       "description": "The record key (or null if no key is 
specified). If this option has been configured then it take precedence over 
header KafkaConstants#KEY",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.keySerializerClass": {
+                       "name": "camel.component.kafka.keySerializerClass",
+                       "description": "The serializer class for keys (defaults 
to the same as for messages if nothing is given).",
+                       "defaultValue": 
"\"org.apache.kafka.common.serialization.StringSerializer\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.lazyStartProducer": {
+                       "name": "camel.component.kafka.lazyStartProducer",
+                       "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a producer may otherwise 
fail during starting and cause the route to fail being started. By deferring 
this startup to be lazy then the startup failure can be handled during routing 
messages via Camel's routing error handlers. Beware that when the first message 
is processed then creating and starting the pr [...]
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.lingerMs": {
+                       "name": "camel.component.kafka.lingerMs",
+                       "description": "The producer groups together any 
records that arrive in between request transmissions into a single batched 
request. Normally this occurs only under load when records arrive faster than 
they can be sent out. However in some circumstances the client may want to 
reduce the number of requests even under moderate load. This setting 
accomplishes this by adding a small amount of artificial delay that is, rather 
than immediately sending out a record the producer will wait for [...]
+                       "defaultValue": "\"0\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.maxBlockMs": {
+                       "name": "camel.component.kafka.maxBlockMs",
+                       "description": "The configuration controls how long 
sending to kafka will block. These methods can be blocked for multiple reasons. 
For e.g: buffer full, metadata unavailable.This configuration imposes maximum 
limit on the total time spent in fetching metadata, serialization of key and 
value, partitioning and allocation of buffer memory when doing a send(). In 
case of partitionsFor(), this configuration imposes a maximum time threshold on 
waiting for metadata",
+                       "defaultValue": "\"60000\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.maxInFlightRequest": {
+                       "name": "camel.component.kafka.maxInFlightRequest",
+                       "description": "The maximum number of unacknowledged 
requests the client will send on a single connection before blocking. Note that 
if this setting is set to be greater than 1 and there are failed sends, there 
is a risk of message re-ordering due to retries (i.e., if retries are 
enabled).",
+                       "defaultValue": "\"5\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.maxRequestSize": {
+                       "name": "camel.component.kafka.maxRequestSize",
+                       "description": "The maximum size of a request. This is 
also effectively a cap on the maximum record size. Note that the server has its 
own cap on record size which may be different from this. This setting will 
limit the number of record batches the producer will send in a single request 
to avoid sending huge requests.",
+                       "defaultValue": "\"1048576\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.metadataMaxAgeMs": {
+                       "name": "camel.component.kafka.metadataMaxAgeMs",
+                       "description": "The period of time in milliseconds 
after which we force a refresh of metadata even if we haven't seen any 
partition leadership changes to proactively discover any new brokers or 
partitions.",
+                       "defaultValue": "\"300000\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.metricReporters": {
+                       "name": "camel.component.kafka.metricReporters",
+                       "description": "A list of classes to use as metrics 
reporters. Implementing the MetricReporter interface allows plugging in classes 
that will be notified of new metric creation. The JmxReporter is always 
included to register JMX statistics.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.metricsSampleWindowMs": {
+                       "name": "camel.component.kafka.metricsSampleWindowMs",
+                       "description": "The number of samples maintained to 
compute metrics.",
+                       "defaultValue": "\"30000\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.noOfMetricsSample": {
+                       "name": "camel.component.kafka.noOfMetricsSample",
+                       "description": "The number of samples maintained to 
compute metrics.",
+                       "defaultValue": "\"2\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.partitioner": {
+                       "name": "camel.component.kafka.partitioner",
+                       "description": "The partitioner class for partitioning 
messages amongst sub-topics. The default partitioner is based on the hash of 
the key.",
+                       "defaultValue": 
"\"org.apache.kafka.clients.producer.internals.DefaultPartitioner\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.partitionKey": {
+                       "name": "camel.component.kafka.partitionKey",
+                       "description": "The partition to which the record will 
be sent (or null if no partition was specified). If this option has been 
configured then it take precedence over header KafkaConstants#PARTITION_KEY",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.producerBatchSize": {
+                       "name": "camel.component.kafka.producerBatchSize",
+                       "description": "The producer will attempt to batch 
records together into fewer requests whenever multiple records are being sent 
to the same partition. This helps performance on both the client and the 
server. This configuration controls the default batch size in bytes. No attempt 
will be made to batch records larger than this size.Requests sent to brokers 
will contain multiple batches, one for each partition with data available to be 
sent.A small batch size will make batching less co [...]
+                       "defaultValue": "\"16384\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.queueBufferingMaxMessages": {
+                       "name": 
"camel.component.kafka.queueBufferingMaxMessages",
+                       "description": "The maximum number of unsent messages 
that can be queued up the producer when using async mode before either the 
producer must be blocked or data must be dropped.",
+                       "defaultValue": "\"10000\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.receiveBufferBytes": {
+                       "name": "camel.component.kafka.receiveBufferBytes",
+                       "description": "The size of the TCP receive buffer 
(SO_RCVBUF) to use when reading data.",
+                       "defaultValue": "\"65536\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.reconnectBackoffMs": {
+                       "name": "camel.component.kafka.reconnectBackoffMs",
+                       "description": "The amount of time to wait before 
attempting to reconnect to a given host. This avoids repeatedly connecting to a 
host in a tight loop. This backoff applies to all requests sent by the consumer 
to the broker.",
+                       "defaultValue": "\"50\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.recordMetadata": {
+                       "name": "camel.component.kafka.recordMetadata",
+                       "description": "Whether the producer should store the 
RecordMetadata results from sending to Kafka. The results are stored in a List 
containing the RecordMetadata metadata's. The list is stored on a header with 
the key KafkaConstants#KAFKA_RECORDMETA",
+                       "defaultValue": "true",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.requestRequiredAcks": {
+                       "name": "camel.component.kafka.requestRequiredAcks",
+                       "description": "The number of acknowledgments the 
producer requires the leader to have received before considering a request 
complete. This controls the durability of records that are sent. The following 
settings are common: acks=0 If set to zero then the producer will not wait for 
any acknowledgment from the server at all. The record will be immediately added 
to the socket buffer and considered sent. No guarantee can be made that the 
server has received the record in this case, and t [...]
+                       "defaultValue": "\"1\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.requestTimeoutMs": {
+                       "name": "camel.component.kafka.requestTimeoutMs",
+                       "description": "The amount of time the broker will wait 
trying to meet the request.required.acks requirement before sending back an 
error to the client.",
+                       "defaultValue": "\"30000\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.retries": {
+                       "name": "camel.component.kafka.retries",
+                       "description": "Setting a value greater than zero will 
cause the client to resend any record whose send fails with a potentially 
transient error. Note that this retry is no different than if the client resent 
the record upon receiving the error. Allowing retries will potentially change 
the ordering of records because if two records are sent to a single partition, 
and the first fails and is retried but the second succeeds, then the second 
record may appear first.",
+                       "defaultValue": "\"0\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.retryBackoffMs": {
+                       "name": "camel.component.kafka.retryBackoffMs",
+                       "description": "Before each retry, the producer 
refreshes the metadata of relevant topics to see if a new leader has been 
elected. Since leader election takes a bit of time, this property specifies the 
amount of time that the producer waits before refreshing the metadata.",
+                       "defaultValue": "\"100\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.sendBufferBytes": {
+                       "name": "camel.component.kafka.sendBufferBytes",
+                       "description": "Socket write buffer size",
+                       "defaultValue": "\"131072\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.serializerClass": {
+                       "name": "camel.component.kafka.serializerClass",
+                       "description": "The serializer class for messages.",
+                       "defaultValue": 
"\"org.apache.kafka.common.serialization.StringSerializer\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.workerPool": {
+                       "name": "camel.component.kafka.workerPool",
+                       "description": "To use a custom worker pool for 
continue routing Exchange after kafka server has acknowledge the message that 
was sent to it from KafkaProducer using asynchronous non-blocking processing. 
If using this option then you must handle the lifecycle of the thread pool to 
shut the pool down when no longer needed.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.workerPoolCoreSize": {
+                       "name": "camel.component.kafka.workerPoolCoreSize",
+                       "description": "Number of core threads for the worker 
pool for continue routing Exchange after kafka server has acknowledge the 
message that was sent to it from KafkaProducer using asynchronous non-blocking 
processing.",
+                       "defaultValue": "\"10\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.workerPoolMaxSize": {
+                       "name": "camel.component.kafka.workerPoolMaxSize",
+                       "description": "Maximum number of threads for the 
worker pool for continue routing Exchange after kafka server has acknowledge 
the message that was sent to it from KafkaProducer using asynchronous 
non-blocking processing.",
+                       "defaultValue": "\"20\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.basicPropertyBinding": {
+                       "name": "camel.component.kafka.basicPropertyBinding",
+                       "description": "Whether the component should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.schemaRegistryURL": {
+                       "name": "camel.component.kafka.schemaRegistryURL",
+                       "description": "URL of the Confluent Platform schema 
registry servers to use. The format is host1:port1,host2:port2. This is known 
as schema.registry.url in the Confluent Platform documentation. This option is 
only available in the Confluent Platform (not standard Apache Kafka)",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.interceptorClasses": {
+                       "name": "camel.component.kafka.interceptorClasses",
+                       "description": "Sets interceptors for producer or 
consumers. Producer interceptors have to be classes implementing 
org.apache.kafka.clients.producer.ProducerInterceptor Consumer interceptors 
have to be classes implementing 
org.apache.kafka.clients.consumer.ConsumerInterceptor Note that if you use 
Producer interceptor on a consumer it will throw a class cast exception in 
runtime",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.kerberosBeforeReloginMinTime": {
+                       "name": 
"camel.component.kafka.kerberosBeforeReloginMinTime",
+                       "description": "Login thread sleep time between refresh 
attempts.",
+                       "defaultValue": "\"60000\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.kerberosInitCmd": {
+                       "name": "camel.component.kafka.kerberosInitCmd",
+                       "description": "Kerberos kinit command path. Default is 
\/usr\/bin\/kinit",
+                       "defaultValue": "\"\/usr\/bin\/kinit\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.kerberosPrincipalToLocalRules": {
+                       "name": 
"camel.component.kafka.kerberosPrincipalToLocalRules",
+                       "description": "A list of rules for mapping from 
principal names to short names (typically operating system usernames). The 
rules are evaluated in order and the first rule that matches a principal name 
is used to map it to a short name. Any later rules in the list are ignored. By 
default, principal names of the form {username}\/{hostname}{REALM} are mapped 
to {username}. For more details on the format please see the security 
authorization and acls documentation.. Multiple values can b [...]
+                       "defaultValue": "\"DEFAULT\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.kerberosRenewJitter": {
+                       "name": "camel.component.kafka.kerberosRenewJitter",
+                       "description": "Percentage of random jitter added to 
the renewal time.",
+                       "defaultValue": "\"0.05\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.kerberosRenewWindowFactor": {
+                       "name": 
"camel.component.kafka.kerberosRenewWindowFactor",
+                       "description": "Login thread will sleep until the 
specified window factor of time from last refresh to ticket's expiry has been 
reached, at which time it will try to renew the ticket.",
+                       "defaultValue": "\"0.8\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.saslJaasConfig": {
+                       "name": "camel.component.kafka.saslJaasConfig",
+                       "description": "Expose the kafka sasl.jaas.config 
parameter Example: org.apache.kafka.common.security.plain.PlainLoginModule 
required username=USERNAME password=PASSWORD;",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.saslKerberosServiceName": {
+                       "name": "camel.component.kafka.saslKerberosServiceName",
+                       "description": "The Kerberos principal name that Kafka 
runs as. This can be defined either in Kafka's JAAS config or in Kafka's 
config.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.saslMechanism": {
+                       "name": "camel.component.kafka.saslMechanism",
+                       "description": "The Simple Authentication and Security 
Layer (SASL) Mechanism used. For the valid values see 
http:\/\/www.iana.org\/assignments\/sasl-mechanisms\/sasl-mechanisms.xhtml",
+                       "defaultValue": "\"GSSAPI\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.securityProtocol": {
+                       "name": "camel.component.kafka.securityProtocol",
+                       "description": "Protocol used to communicate with 
brokers. SASL_PLAINTEXT, PLAINTEXT and SSL are supported",
+                       "defaultValue": "\"PLAINTEXT\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.sslCipherSuites": {
+                       "name": "camel.component.kafka.sslCipherSuites",
+                       "description": "A list of cipher suites. This is a 
named combination of authentication, encryption, MAC and key exchange algorithm 
used to negotiate the security settings for a network connection using TLS or 
SSL network protocol.By default all the available cipher suites are supported.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.sslContextParameters": {
+                       "name": "camel.component.kafka.sslContextParameters",
+                       "description": "SSL configuration using a Camel 
SSLContextParameters object. If configured it's applied before the other SSL 
endpoint parameters. NOTE: Kafka only supports loading keystore from file 
locations, so prefix the location with file: in the KeyStoreParameters.resource 
option.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.sslEnabledProtocols": {
+                       "name": "camel.component.kafka.sslEnabledProtocols",
+                       "description": "The list of protocols enabled for SSL 
connections. TLSv1.2, TLSv1.1 and TLSv1 are enabled by default.",
+                       "defaultValue": "\"TLSv1.2\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.sslEndpointAlgorithm": {
+                       "name": "camel.component.kafka.sslEndpointAlgorithm",
+                       "description": "The endpoint identification algorithm 
to validate server hostname using server certificate.",
+                       "defaultValue": "\"https\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.sslKeymanagerAlgorithm": {
+                       "name": "camel.component.kafka.sslKeymanagerAlgorithm",
+                       "description": "The algorithm used by key manager 
factory for SSL connections. Default value is the key manager factory algorithm 
configured for the Java Virtual Machine.",
+                       "defaultValue": "\"SunX509\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.sslKeyPassword": {
+                       "name": "camel.component.kafka.sslKeyPassword",
+                       "description": "The password of the private key in the 
key store file. This is optional for client.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.sslKeystoreLocation": {
+                       "name": "camel.component.kafka.sslKeystoreLocation",
+                       "description": "The location of the key store file. 
This is optional for client and can be used for two-way authentication for 
client.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.sslKeystorePassword": {
+                       "name": "camel.component.kafka.sslKeystorePassword",
+                       "description": "The store password for the key store 
file.This is optional for client and only needed if ssl.keystore.location is 
configured.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.sslKeystoreType": {
+                       "name": "camel.component.kafka.sslKeystoreType",
+                       "description": "The file format of the key store file. 
This is optional for client. Default value is JKS",
+                       "defaultValue": "\"JKS\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.sslProtocol": {
+                       "name": "camel.component.kafka.sslProtocol",
+                       "description": "The SSL protocol used to generate the 
SSLContext. Default setting is TLS, which is fine for most cases. Allowed 
values in recent JVMs are TLS, TLSv1.1 and TLSv1.2. SSL, SSLv2 and SSLv3 may be 
supported in older JVMs, but their usage is discouraged due to known security 
vulnerabilities.",
+                       "defaultValue": "\"TLSv1.2\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.sslProvider": {
+                       "name": "camel.component.kafka.sslProvider",
+                       "description": "The name of the security provider used 
for SSL connections. Default value is the default security provider of the 
JVM.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.sslTrustmanagerAlgorithm": {
+                       "name": 
"camel.component.kafka.sslTrustmanagerAlgorithm",
+                       "description": "The algorithm used by trust manager 
factory for SSL connections. Default value is the trust manager factory 
algorithm configured for the Java Virtual Machine.",
+                       "defaultValue": "\"PKIX\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.sslTruststoreLocation": {
+                       "name": "camel.component.kafka.sslTruststoreLocation",
+                       "description": "The location of the trust store file.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.sslTruststorePassword": {
+                       "name": "camel.component.kafka.sslTruststorePassword",
+                       "description": "The password for the trust store file.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.sslTruststoreType": {
+                       "name": "camel.component.kafka.sslTruststoreType",
+                       "description": "The file format of the trust store 
file. Default value is JKS.",
+                       "defaultValue": "\"JKS\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.useGlobalSslContextParameters": {
+                       "name": 
"camel.component.kafka.useGlobalSslContextParameters",
+                       "description": "Enable usage of global SSL context 
parameters.",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               }
+       }
+}
diff --git 
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-kafka-source.json
 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-kafka-source.json
new file mode 100644
index 0000000..6b0a62c
--- /dev/null
+++ 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-kafka-source.json
@@ -0,0 +1,738 @@
+{
+       "connector": {
+               "class": 
"org.apache.camel.kafkaconnector.kafka.CamelKafkaSourceConnector",
+               "artifactId": "camel-kafka-kafka-connector",
+               "groupId": "org.apache.camel.kafkaconnector",
+               "id": "camel-kafka-source",
+               "type": "source",
+               "version": "0.6.0-SNAPSHOT"
+       },
+       "properties": {
+               "camel.source.path.topic": {
+                       "name": "camel.source.path.topic",
+                       "description": "Name of the topic to use. On the 
consumer you can use comma to separate multiple topics. A producer can only 
send a message to a single topic.",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.source.endpoint.additionalProperties": {
+                       "name": "camel.source.endpoint.additionalProperties",
+                       "description": "Sets additional properties for either 
kafka consumer or kafka producer in case they can't be set directly on the 
camel configurations (e.g: new Kafka properties that are not reflected yet in 
Camel configurations), the properties have to be prefixed with 
additionalProperties.. E.g: 
additionalProperties.transactional.id=12345&additionalProperties.schema.registry.url=http:\/\/localhost:8811\/avro",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.brokers": {
+                       "name": "camel.source.endpoint.brokers",
+                       "description": "URL of the Kafka brokers to use. The 
format is host1:port1,host2:port2, and the list can be a subset of brokers or a 
VIP pointing to a subset of brokers. This option is known as bootstrap.servers 
in the Kafka documentation.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.clientId": {
+                       "name": "camel.source.endpoint.clientId",
+                       "description": "The client id is a user-specified 
string sent in each request to help trace calls. It should logically identify 
the application making the request.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.headerFilterStrategy": {
+                       "name": "camel.source.endpoint.headerFilterStrategy",
+                       "description": "To use a custom HeaderFilterStrategy to 
filter header to and from Camel message.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.reconnectBackoffMaxMs": {
+                       "name": "camel.source.endpoint.reconnectBackoffMaxMs",
+                       "description": "The maximum amount of time in 
milliseconds to wait when reconnecting to a broker that has repeatedly failed 
to connect. If provided, the backoff per host will increase exponentially for 
each consecutive connection failure, up to this maximum. After calculating the 
backoff increase, 20% random jitter is added to avoid connection storms.",
+                       "defaultValue": "\"1000\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.shutdownTimeout": {
+                       "name": "camel.source.endpoint.shutdownTimeout",
+                       "description": "Timeout in milli seconds to wait 
gracefully for the consumer or producer to shutdown and terminate its worker 
threads.",
+                       "defaultValue": "30000",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.allowManualCommit": {
+                       "name": "camel.source.endpoint.allowManualCommit",
+                       "description": "Whether to allow doing manual commits 
via KafkaManualCommit. If this option is enabled then an instance of 
KafkaManualCommit is stored on the Exchange message header, which allows end 
users to access this API and perform manual offset commits via the Kafka 
consumer.",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.autoCommitEnable": {
+                       "name": "camel.source.endpoint.autoCommitEnable",
+                       "description": "If true, periodically commit to 
ZooKeeper the offset of messages already fetched by the consumer. This 
committed offset will be used when the process fails as the position from which 
the new consumer will begin.",
+                       "defaultValue": "\"true\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.autoCommitIntervalMs": {
+                       "name": "camel.source.endpoint.autoCommitIntervalMs",
+                       "description": "The frequency in ms that the consumer 
offsets are committed to zookeeper.",
+                       "defaultValue": "\"5000\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.autoCommitOnStop": {
+                       "name": "camel.source.endpoint.autoCommitOnStop",
+                       "description": "Whether to perform an explicit auto 
commit when the consumer stops to ensure the broker has a commit from the last 
consumed message. This requires the option autoCommitEnable is turned on. The 
possible values are: sync, async, or none. And sync is the default value. One 
of: [sync] [async] [none]",
+                       "defaultValue": "\"sync\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.autoOffsetReset": {
+                       "name": "camel.source.endpoint.autoOffsetReset",
+                       "description": "What to do when there is no initial 
offset in ZooKeeper or if an offset is out of range: earliest : automatically 
reset the offset to the earliest offset latest : automatically reset the offset 
to the latest offset fail: throw exception to the consumer One of: [latest] 
[earliest] [none]",
+                       "defaultValue": "\"latest\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.breakOnFirstError": {
+                       "name": "camel.source.endpoint.breakOnFirstError",
+                       "description": "This options controls what happens when 
a consumer is processing an exchange and it fails. If the option is false then 
the consumer continues to the next message and processes it. If the option is 
true then the consumer breaks out, and will seek back to offset of the message 
that caused a failure, and then re-attempt to process this message. However 
this can lead to endless processing of the same message if its bound to fail 
every time, eg a poison message. Therefore i [...]
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.bridgeErrorHandler": {
+                       "name": "camel.source.endpoint.bridgeErrorHandler",
+                       "description": "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.",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.checkCrcs": {
+                       "name": "camel.source.endpoint.checkCrcs",
+                       "description": "Automatically check the CRC32 of the 
records consumed. This ensures no on-the-wire or on-disk corruption to the 
messages occurred. This check adds some overhead, so it may be disabled in 
cases seeking extreme performance.",
+                       "defaultValue": "\"true\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.consumerRequestTimeoutMs": {
+                       "name": 
"camel.source.endpoint.consumerRequestTimeoutMs",
+                       "description": "The configuration controls the maximum 
amount of time the client will wait for the response of a request. If the 
response is not received before the timeout elapses the client will resend the 
request if necessary or fail the request if retries are exhausted.",
+                       "defaultValue": "\"40000\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.consumersCount": {
+                       "name": "camel.source.endpoint.consumersCount",
+                       "description": "The number of consumers that connect to 
kafka server",
+                       "defaultValue": "1",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.consumerStreams": {
+                       "name": "camel.source.endpoint.consumerStreams",
+                       "description": "Number of concurrent consumers on the 
consumer",
+                       "defaultValue": "10",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.fetchMaxBytes": {
+                       "name": "camel.source.endpoint.fetchMaxBytes",
+                       "description": "The maximum amount of data the server 
should return for a fetch request This is not an absolute maximum, if the first 
message in the first non-empty partition of the fetch is larger than this 
value, the message will still be returned to ensure that the consumer can make 
progress. The maximum message size accepted by the broker is defined via 
message.max.bytes (broker config) or max.message.bytes (topic config). Note 
that the consumer performs multiple fetches in parallel.",
+                       "defaultValue": "\"52428800\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.fetchMinBytes": {
+                       "name": "camel.source.endpoint.fetchMinBytes",
+                       "description": "The minimum amount of data the server 
should return for a fetch request. If insufficient data is available the 
request will wait for that much data to accumulate before answering the 
request.",
+                       "defaultValue": "\"1\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.fetchWaitMaxMs": {
+                       "name": "camel.source.endpoint.fetchWaitMaxMs",
+                       "description": "The maximum amount of time the server 
will block before answering the fetch request if there isn't sufficient data to 
immediately satisfy fetch.min.bytes",
+                       "defaultValue": "\"500\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.groupId": {
+                       "name": "camel.source.endpoint.groupId",
+                       "description": "A string that uniquely identifies the 
group of consumer processes to which this consumer belongs. By setting the same 
group id multiple processes indicate that they are all part of the same 
consumer group. This option is required for consumers.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.heartbeatIntervalMs": {
+                       "name": "camel.source.endpoint.heartbeatIntervalMs",
+                       "description": "The expected time between heartbeats to 
the consumer coordinator when using Kafka's group management facilities. 
Heartbeats are used to ensure that the consumer's session stays active and to 
facilitate rebalancing when new consumers join or leave the group. The value 
must be set lower than session.timeout.ms, but typically should be set no 
higher than 1\/3 of that value. It can be adjusted even lower to control the 
expected time for normal rebalances.",
+                       "defaultValue": "\"3000\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.kafkaHeaderDeserializer": {
+                       "name": "camel.source.endpoint.kafkaHeaderDeserializer",
+                       "description": "To use a custom KafkaHeaderDeserializer 
to deserialize kafka headers values",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.keyDeserializer": {
+                       "name": "camel.source.endpoint.keyDeserializer",
+                       "description": "Deserializer class for key that 
implements the Deserializer interface.",
+                       "defaultValue": 
"\"org.apache.kafka.common.serialization.StringDeserializer\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.maxPartitionFetchBytes": {
+                       "name": "camel.source.endpoint.maxPartitionFetchBytes",
+                       "description": "The maximum amount of data 
per-partition the server will return. The maximum total memory used for a 
request will be #partitions max.partition.fetch.bytes. This size must be at 
least as large as the maximum message size the server allows or else it is 
possible for the producer to send messages larger than the consumer can fetch. 
If that happens, the consumer can get stuck trying to fetch a large message on 
a certain partition.",
+                       "defaultValue": "\"1048576\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.maxPollIntervalMs": {
+                       "name": "camel.source.endpoint.maxPollIntervalMs",
+                       "description": "The maximum delay between invocations 
of poll() when using consumer group management. This places an upper bound on 
the amount of time that the consumer can be idle before fetching more records. 
If poll() is not called before expiration of this timeout, then the consumer is 
considered failed and the group will rebalance in order to reassign the 
partitions to another member.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.maxPollRecords": {
+                       "name": "camel.source.endpoint.maxPollRecords",
+                       "description": "The maximum number of records returned 
in a single call to poll()",
+                       "defaultValue": "\"500\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.offsetRepository": {
+                       "name": "camel.source.endpoint.offsetRepository",
+                       "description": "The offset repository to use in order 
to locally store the offset of each partition of the topic. Defining one will 
disable the autocommit.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.partitionAssignor": {
+                       "name": "camel.source.endpoint.partitionAssignor",
+                       "description": "The class name of the partition 
assignment strategy that the client will use to distribute partition ownership 
amongst consumer instances when group management is used",
+                       "defaultValue": 
"\"org.apache.kafka.clients.consumer.RangeAssignor\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.pollTimeoutMs": {
+                       "name": "camel.source.endpoint.pollTimeoutMs",
+                       "description": "The timeout used when polling the 
KafkaConsumer.",
+                       "defaultValue": "\"5000\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.seekTo": {
+                       "name": "camel.source.endpoint.seekTo",
+                       "description": "Set if KafkaConsumer will read from 
beginning or end on startup: beginning : read from beginning end : read from 
end This is replacing the earlier property seekToBeginning One of: [beginning] 
[end]",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.sessionTimeoutMs": {
+                       "name": "camel.source.endpoint.sessionTimeoutMs",
+                       "description": "The timeout used to detect failures 
when using Kafka's group management facilities.",
+                       "defaultValue": "\"10000\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.specificAvroReader": {
+                       "name": "camel.source.endpoint.specificAvroReader",
+                       "description": "This enables the use of a specific Avro 
reader for use with the Confluent Platform schema registry and the 
io.confluent.kafka.serializers.KafkaAvroDeserializer. This option is only 
available in the Confluent Platform (not standard Apache Kafka)",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.topicIsPattern": {
+                       "name": "camel.source.endpoint.topicIsPattern",
+                       "description": "Whether the topic is a pattern (regular 
expression). This can be used to subscribe to dynamic number of topics matching 
the pattern.",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.valueDeserializer": {
+                       "name": "camel.source.endpoint.valueDeserializer",
+                       "description": "Deserializer class for value that 
implements the Deserializer interface.",
+                       "defaultValue": 
"\"org.apache.kafka.common.serialization.StringDeserializer\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.exceptionHandler": {
+                       "name": "camel.source.endpoint.exceptionHandler",
+                       "description": "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.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.exchangePattern": {
+                       "name": "camel.source.endpoint.exchangePattern",
+                       "description": "Sets the exchange pattern when the 
consumer creates an exchange. One of: [InOnly] [InOut] [InOptionalOut]",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.basicPropertyBinding": {
+                       "name": "camel.source.endpoint.basicPropertyBinding",
+                       "description": "Whether the endpoint should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.synchronous": {
+                       "name": "camel.source.endpoint.synchronous",
+                       "description": "Sets whether synchronous processing 
should be strictly used, or Camel is allowed to use asynchronous processing (if 
supported).",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.schemaRegistryURL": {
+                       "name": "camel.source.endpoint.schemaRegistryURL",
+                       "description": "URL of the Confluent Platform schema 
registry servers to use. The format is host1:port1,host2:port2. This is known 
as schema.registry.url in the Confluent Platform documentation. This option is 
only available in the Confluent Platform (not standard Apache Kafka)",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.interceptorClasses": {
+                       "name": "camel.source.endpoint.interceptorClasses",
+                       "description": "Sets interceptors for producer or 
consumers. Producer interceptors have to be classes implementing 
org.apache.kafka.clients.producer.ProducerInterceptor Consumer interceptors 
have to be classes implementing 
org.apache.kafka.clients.consumer.ConsumerInterceptor Note that if you use 
Producer interceptor on a consumer it will throw a class cast exception in 
runtime",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.kerberosBeforeReloginMinTime": {
+                       "name": 
"camel.source.endpoint.kerberosBeforeReloginMinTime",
+                       "description": "Login thread sleep time between refresh 
attempts.",
+                       "defaultValue": "\"60000\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.kerberosInitCmd": {
+                       "name": "camel.source.endpoint.kerberosInitCmd",
+                       "description": "Kerberos kinit command path. Default is 
\/usr\/bin\/kinit",
+                       "defaultValue": "\"\/usr\/bin\/kinit\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.kerberosPrincipalToLocalRules": {
+                       "name": 
"camel.source.endpoint.kerberosPrincipalToLocalRules",
+                       "description": "A list of rules for mapping from 
principal names to short names (typically operating system usernames). The 
rules are evaluated in order and the first rule that matches a principal name 
is used to map it to a short name. Any later rules in the list are ignored. By 
default, principal names of the form {username}\/{hostname}{REALM} are mapped 
to {username}. For more details on the format please see the security 
authorization and acls documentation.. Multiple values can b [...]
+                       "defaultValue": "\"DEFAULT\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.kerberosRenewJitter": {
+                       "name": "camel.source.endpoint.kerberosRenewJitter",
+                       "description": "Percentage of random jitter added to 
the renewal time.",
+                       "defaultValue": "\"0.05\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.kerberosRenewWindowFactor": {
+                       "name": 
"camel.source.endpoint.kerberosRenewWindowFactor",
+                       "description": "Login thread will sleep until the 
specified window factor of time from last refresh to ticket's expiry has been 
reached, at which time it will try to renew the ticket.",
+                       "defaultValue": "\"0.8\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.saslJaasConfig": {
+                       "name": "camel.source.endpoint.saslJaasConfig",
+                       "description": "Expose the kafka sasl.jaas.config 
parameter Example: org.apache.kafka.common.security.plain.PlainLoginModule 
required username=USERNAME password=PASSWORD;",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.saslKerberosServiceName": {
+                       "name": "camel.source.endpoint.saslKerberosServiceName",
+                       "description": "The Kerberos principal name that Kafka 
runs as. This can be defined either in Kafka's JAAS config or in Kafka's 
config.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.saslMechanism": {
+                       "name": "camel.source.endpoint.saslMechanism",
+                       "description": "The Simple Authentication and Security 
Layer (SASL) Mechanism used. For the valid values see 
http:\/\/www.iana.org\/assignments\/sasl-mechanisms\/sasl-mechanisms.xhtml",
+                       "defaultValue": "\"GSSAPI\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.securityProtocol": {
+                       "name": "camel.source.endpoint.securityProtocol",
+                       "description": "Protocol used to communicate with 
brokers. SASL_PLAINTEXT, PLAINTEXT and SSL are supported",
+                       "defaultValue": "\"PLAINTEXT\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.sslCipherSuites": {
+                       "name": "camel.source.endpoint.sslCipherSuites",
+                       "description": "A list of cipher suites. This is a 
named combination of authentication, encryption, MAC and key exchange algorithm 
used to negotiate the security settings for a network connection using TLS or 
SSL network protocol.By default all the available cipher suites are supported.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.sslContextParameters": {
+                       "name": "camel.source.endpoint.sslContextParameters",
+                       "description": "SSL configuration using a Camel 
SSLContextParameters object. If configured it's applied before the other SSL 
endpoint parameters. NOTE: Kafka only supports loading keystore from file 
locations, so prefix the location with file: in the KeyStoreParameters.resource 
option.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.sslEnabledProtocols": {
+                       "name": "camel.source.endpoint.sslEnabledProtocols",
+                       "description": "The list of protocols enabled for SSL 
connections. TLSv1.2, TLSv1.1 and TLSv1 are enabled by default.",
+                       "defaultValue": "\"TLSv1.2\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.sslEndpointAlgorithm": {
+                       "name": "camel.source.endpoint.sslEndpointAlgorithm",
+                       "description": "The endpoint identification algorithm 
to validate server hostname using server certificate.",
+                       "defaultValue": "\"https\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.sslKeymanagerAlgorithm": {
+                       "name": "camel.source.endpoint.sslKeymanagerAlgorithm",
+                       "description": "The algorithm used by key manager 
factory for SSL connections. Default value is the key manager factory algorithm 
configured for the Java Virtual Machine.",
+                       "defaultValue": "\"SunX509\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.sslKeystoreType": {
+                       "name": "camel.source.endpoint.sslKeystoreType",
+                       "description": "The file format of the key store file. 
This is optional for client. Default value is JKS",
+                       "defaultValue": "\"JKS\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.sslProtocol": {
+                       "name": "camel.source.endpoint.sslProtocol",
+                       "description": "The SSL protocol used to generate the 
SSLContext. Default setting is TLS, which is fine for most cases. Allowed 
values in recent JVMs are TLS, TLSv1.1 and TLSv1.2. SSL, SSLv2 and SSLv3 may be 
supported in older JVMs, but their usage is discouraged due to known security 
vulnerabilities.",
+                       "defaultValue": "\"TLSv1.2\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.sslProvider": {
+                       "name": "camel.source.endpoint.sslProvider",
+                       "description": "The name of the security provider used 
for SSL connections. Default value is the default security provider of the 
JVM.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.sslTrustmanagerAlgorithm": {
+                       "name": 
"camel.source.endpoint.sslTrustmanagerAlgorithm",
+                       "description": "The algorithm used by trust manager 
factory for SSL connections. Default value is the trust manager factory 
algorithm configured for the Java Virtual Machine.",
+                       "defaultValue": "\"PKIX\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.source.endpoint.sslTruststoreType": {
+                       "name": "camel.source.endpoint.sslTruststoreType",
+                       "description": "The file format of the trust store 
file. Default value is JKS.",
+                       "defaultValue": "\"JKS\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.additionalProperties": {
+                       "name": "camel.component.kafka.additionalProperties",
+                       "description": "Sets additional properties for either 
kafka consumer or kafka producer in case they can't be set directly on the 
camel configurations (e.g: new Kafka properties that are not reflected yet in 
Camel configurations), the properties have to be prefixed with 
additionalProperties.. E.g: 
additionalProperties.transactional.id=12345&additionalProperties.schema.registry.url=http:\/\/localhost:8811\/avro",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.brokers": {
+                       "name": "camel.component.kafka.brokers",
+                       "description": "URL of the Kafka brokers to use. The 
format is host1:port1,host2:port2, and the list can be a subset of brokers or a 
VIP pointing to a subset of brokers. This option is known as bootstrap.servers 
in the Kafka documentation.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.clientId": {
+                       "name": "camel.component.kafka.clientId",
+                       "description": "The client id is a user-specified 
string sent in each request to help trace calls. It should logically identify 
the application making the request.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.configuration": {
+                       "name": "camel.component.kafka.configuration",
+                       "description": "Allows to pre-configure the Kafka 
component with common options that the endpoints will reuse.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.headerFilterStrategy": {
+                       "name": "camel.component.kafka.headerFilterStrategy",
+                       "description": "To use a custom HeaderFilterStrategy to 
filter header to and from Camel message.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.reconnectBackoffMaxMs": {
+                       "name": "camel.component.kafka.reconnectBackoffMaxMs",
+                       "description": "The maximum amount of time in 
milliseconds to wait when reconnecting to a broker that has repeatedly failed 
to connect. If provided, the backoff per host will increase exponentially for 
each consecutive connection failure, up to this maximum. After calculating the 
backoff increase, 20% random jitter is added to avoid connection storms.",
+                       "defaultValue": "\"1000\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.shutdownTimeout": {
+                       "name": "camel.component.kafka.shutdownTimeout",
+                       "description": "Timeout in milli seconds to wait 
gracefully for the consumer or producer to shutdown and terminate its worker 
threads.",
+                       "defaultValue": "30000",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.allowManualCommit": {
+                       "name": "camel.component.kafka.allowManualCommit",
+                       "description": "Whether to allow doing manual commits 
via KafkaManualCommit. If this option is enabled then an instance of 
KafkaManualCommit is stored on the Exchange message header, which allows end 
users to access this API and perform manual offset commits via the Kafka 
consumer.",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.autoCommitEnable": {
+                       "name": "camel.component.kafka.autoCommitEnable",
+                       "description": "If true, periodically commit to 
ZooKeeper the offset of messages already fetched by the consumer. This 
committed offset will be used when the process fails as the position from which 
the new consumer will begin.",
+                       "defaultValue": "\"true\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.autoCommitIntervalMs": {
+                       "name": "camel.component.kafka.autoCommitIntervalMs",
+                       "description": "The frequency in ms that the consumer 
offsets are committed to zookeeper.",
+                       "defaultValue": "\"5000\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.autoCommitOnStop": {
+                       "name": "camel.component.kafka.autoCommitOnStop",
+                       "description": "Whether to perform an explicit auto 
commit when the consumer stops to ensure the broker has a commit from the last 
consumed message. This requires the option autoCommitEnable is turned on. The 
possible values are: sync, async, or none. And sync is the default value. One 
of: [sync] [async] [none]",
+                       "defaultValue": "\"sync\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.autoOffsetReset": {
+                       "name": "camel.component.kafka.autoOffsetReset",
+                       "description": "What to do when there is no initial 
offset in ZooKeeper or if an offset is out of range: earliest : automatically 
reset the offset to the earliest offset latest : automatically reset the offset 
to the latest offset fail: throw exception to the consumer One of: [latest] 
[earliest] [none]",
+                       "defaultValue": "\"latest\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.breakOnFirstError": {
+                       "name": "camel.component.kafka.breakOnFirstError",
+                       "description": "This options controls what happens when 
a consumer is processing an exchange and it fails. If the option is false then 
the consumer continues to the next message and processes it. If the option is 
true then the consumer breaks out, and will seek back to offset of the message 
that caused a failure, and then re-attempt to process this message. However 
this can lead to endless processing of the same message if its bound to fail 
every time, eg a poison message. Therefore i [...]
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.bridgeErrorHandler": {
+                       "name": "camel.component.kafka.bridgeErrorHandler",
+                       "description": "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.",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.checkCrcs": {
+                       "name": "camel.component.kafka.checkCrcs",
+                       "description": "Automatically check the CRC32 of the 
records consumed. This ensures no on-the-wire or on-disk corruption to the 
messages occurred. This check adds some overhead, so it may be disabled in 
cases seeking extreme performance.",
+                       "defaultValue": "\"true\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.consumerRequestTimeoutMs": {
+                       "name": 
"camel.component.kafka.consumerRequestTimeoutMs",
+                       "description": "The configuration controls the maximum 
amount of time the client will wait for the response of a request. If the 
response is not received before the timeout elapses the client will resend the 
request if necessary or fail the request if retries are exhausted.",
+                       "defaultValue": "\"40000\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.consumersCount": {
+                       "name": "camel.component.kafka.consumersCount",
+                       "description": "The number of consumers that connect to 
kafka server",
+                       "defaultValue": "1",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.consumerStreams": {
+                       "name": "camel.component.kafka.consumerStreams",
+                       "description": "Number of concurrent consumers on the 
consumer",
+                       "defaultValue": "10",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.fetchMaxBytes": {
+                       "name": "camel.component.kafka.fetchMaxBytes",
+                       "description": "The maximum amount of data the server 
should return for a fetch request This is not an absolute maximum, if the first 
message in the first non-empty partition of the fetch is larger than this 
value, the message will still be returned to ensure that the consumer can make 
progress. The maximum message size accepted by the broker is defined via 
message.max.bytes (broker config) or max.message.bytes (topic config). Note 
that the consumer performs multiple fetches in parallel.",
+                       "defaultValue": "\"52428800\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.fetchMinBytes": {
+                       "name": "camel.component.kafka.fetchMinBytes",
+                       "description": "The minimum amount of data the server 
should return for a fetch request. If insufficient data is available the 
request will wait for that much data to accumulate before answering the 
request.",
+                       "defaultValue": "\"1\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.fetchWaitMaxMs": {
+                       "name": "camel.component.kafka.fetchWaitMaxMs",
+                       "description": "The maximum amount of time the server 
will block before answering the fetch request if there isn't sufficient data to 
immediately satisfy fetch.min.bytes",
+                       "defaultValue": "\"500\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.groupId": {
+                       "name": "camel.component.kafka.groupId",
+                       "description": "A string that uniquely identifies the 
group of consumer processes to which this consumer belongs. By setting the same 
group id multiple processes indicate that they are all part of the same 
consumer group. This option is required for consumers.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.heartbeatIntervalMs": {
+                       "name": "camel.component.kafka.heartbeatIntervalMs",
+                       "description": "The expected time between heartbeats to 
the consumer coordinator when using Kafka's group management facilities. 
Heartbeats are used to ensure that the consumer's session stays active and to 
facilitate rebalancing when new consumers join or leave the group. The value 
must be set lower than session.timeout.ms, but typically should be set no 
higher than 1\/3 of that value. It can be adjusted even lower to control the 
expected time for normal rebalances.",
+                       "defaultValue": "\"3000\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.kafkaHeaderDeserializer": {
+                       "name": "camel.component.kafka.kafkaHeaderDeserializer",
+                       "description": "To use a custom KafkaHeaderDeserializer 
to deserialize kafka headers values",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.keyDeserializer": {
+                       "name": "camel.component.kafka.keyDeserializer",
+                       "description": "Deserializer class for key that 
implements the Deserializer interface.",
+                       "defaultValue": 
"\"org.apache.kafka.common.serialization.StringDeserializer\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.maxPartitionFetchBytes": {
+                       "name": "camel.component.kafka.maxPartitionFetchBytes",
+                       "description": "The maximum amount of data 
per-partition the server will return. The maximum total memory used for a 
request will be #partitions max.partition.fetch.bytes. This size must be at 
least as large as the maximum message size the server allows or else it is 
possible for the producer to send messages larger than the consumer can fetch. 
If that happens, the consumer can get stuck trying to fetch a large message on 
a certain partition.",
+                       "defaultValue": "\"1048576\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.maxPollIntervalMs": {
+                       "name": "camel.component.kafka.maxPollIntervalMs",
+                       "description": "The maximum delay between invocations 
of poll() when using consumer group management. This places an upper bound on 
the amount of time that the consumer can be idle before fetching more records. 
If poll() is not called before expiration of this timeout, then the consumer is 
considered failed and the group will rebalance in order to reassign the 
partitions to another member.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.maxPollRecords": {
+                       "name": "camel.component.kafka.maxPollRecords",
+                       "description": "The maximum number of records returned 
in a single call to poll()",
+                       "defaultValue": "\"500\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.offsetRepository": {
+                       "name": "camel.component.kafka.offsetRepository",
+                       "description": "The offset repository to use in order 
to locally store the offset of each partition of the topic. Defining one will 
disable the autocommit.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.partitionAssignor": {
+                       "name": "camel.component.kafka.partitionAssignor",
+                       "description": "The class name of the partition 
assignment strategy that the client will use to distribute partition ownership 
amongst consumer instances when group management is used",
+                       "defaultValue": 
"\"org.apache.kafka.clients.consumer.RangeAssignor\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.pollTimeoutMs": {
+                       "name": "camel.component.kafka.pollTimeoutMs",
+                       "description": "The timeout used when polling the 
KafkaConsumer.",
+                       "defaultValue": "\"5000\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.seekTo": {
+                       "name": "camel.component.kafka.seekTo",
+                       "description": "Set if KafkaConsumer will read from 
beginning or end on startup: beginning : read from beginning end : read from 
end This is replacing the earlier property seekToBeginning One of: [beginning] 
[end]",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.sessionTimeoutMs": {
+                       "name": "camel.component.kafka.sessionTimeoutMs",
+                       "description": "The timeout used to detect failures 
when using Kafka's group management facilities.",
+                       "defaultValue": "\"10000\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.specificAvroReader": {
+                       "name": "camel.component.kafka.specificAvroReader",
+                       "description": "This enables the use of a specific Avro 
reader for use with the Confluent Platform schema registry and the 
io.confluent.kafka.serializers.KafkaAvroDeserializer. This option is only 
available in the Confluent Platform (not standard Apache Kafka)",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.topicIsPattern": {
+                       "name": "camel.component.kafka.topicIsPattern",
+                       "description": "Whether the topic is a pattern (regular 
expression). This can be used to subscribe to dynamic number of topics matching 
the pattern.",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.valueDeserializer": {
+                       "name": "camel.component.kafka.valueDeserializer",
+                       "description": "Deserializer class for value that 
implements the Deserializer interface.",
+                       "defaultValue": 
"\"org.apache.kafka.common.serialization.StringDeserializer\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.kafkaManualCommitFactory": {
+                       "name": 
"camel.component.kafka.kafkaManualCommitFactory",
+                       "description": "Factory to use for creating 
KafkaManualCommit instances. This allows to plugin a custom factory to create 
custom KafkaManualCommit instances in case special logic is needed when doing 
manual commits that deviates from the default implementation that comes out of 
the box.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.basicPropertyBinding": {
+                       "name": "camel.component.kafka.basicPropertyBinding",
+                       "description": "Whether the component should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.schemaRegistryURL": {
+                       "name": "camel.component.kafka.schemaRegistryURL",
+                       "description": "URL of the Confluent Platform schema 
registry servers to use. The format is host1:port1,host2:port2. This is known 
as schema.registry.url in the Confluent Platform documentation. This option is 
only available in the Confluent Platform (not standard Apache Kafka)",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.interceptorClasses": {
+                       "name": "camel.component.kafka.interceptorClasses",
+                       "description": "Sets interceptors for producer or 
consumers. Producer interceptors have to be classes implementing 
org.apache.kafka.clients.producer.ProducerInterceptor Consumer interceptors 
have to be classes implementing 
org.apache.kafka.clients.consumer.ConsumerInterceptor Note that if you use 
Producer interceptor on a consumer it will throw a class cast exception in 
runtime",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.kerberosBeforeReloginMinTime": {
+                       "name": 
"camel.component.kafka.kerberosBeforeReloginMinTime",
+                       "description": "Login thread sleep time between refresh 
attempts.",
+                       "defaultValue": "\"60000\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.kerberosInitCmd": {
+                       "name": "camel.component.kafka.kerberosInitCmd",
+                       "description": "Kerberos kinit command path. Default is 
\/usr\/bin\/kinit",
+                       "defaultValue": "\"\/usr\/bin\/kinit\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.kerberosPrincipalToLocalRules": {
+                       "name": 
"camel.component.kafka.kerberosPrincipalToLocalRules",
+                       "description": "A list of rules for mapping from 
principal names to short names (typically operating system usernames). The 
rules are evaluated in order and the first rule that matches a principal name 
is used to map it to a short name. Any later rules in the list are ignored. By 
default, principal names of the form {username}\/{hostname}{REALM} are mapped 
to {username}. For more details on the format please see the security 
authorization and acls documentation.. Multiple values can b [...]
+                       "defaultValue": "\"DEFAULT\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.kerberosRenewJitter": {
+                       "name": "camel.component.kafka.kerberosRenewJitter",
+                       "description": "Percentage of random jitter added to 
the renewal time.",
+                       "defaultValue": "\"0.05\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.kerberosRenewWindowFactor": {
+                       "name": 
"camel.component.kafka.kerberosRenewWindowFactor",
+                       "description": "Login thread will sleep until the 
specified window factor of time from last refresh to ticket's expiry has been 
reached, at which time it will try to renew the ticket.",
+                       "defaultValue": "\"0.8\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.saslJaasConfig": {
+                       "name": "camel.component.kafka.saslJaasConfig",
+                       "description": "Expose the kafka sasl.jaas.config 
parameter Example: org.apache.kafka.common.security.plain.PlainLoginModule 
required username=USERNAME password=PASSWORD;",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.saslKerberosServiceName": {
+                       "name": "camel.component.kafka.saslKerberosServiceName",
+                       "description": "The Kerberos principal name that Kafka 
runs as. This can be defined either in Kafka's JAAS config or in Kafka's 
config.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.saslMechanism": {
+                       "name": "camel.component.kafka.saslMechanism",
+                       "description": "The Simple Authentication and Security 
Layer (SASL) Mechanism used. For the valid values see 
http:\/\/www.iana.org\/assignments\/sasl-mechanisms\/sasl-mechanisms.xhtml",
+                       "defaultValue": "\"GSSAPI\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.securityProtocol": {
+                       "name": "camel.component.kafka.securityProtocol",
+                       "description": "Protocol used to communicate with 
brokers. SASL_PLAINTEXT, PLAINTEXT and SSL are supported",
+                       "defaultValue": "\"PLAINTEXT\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.sslCipherSuites": {
+                       "name": "camel.component.kafka.sslCipherSuites",
+                       "description": "A list of cipher suites. This is a 
named combination of authentication, encryption, MAC and key exchange algorithm 
used to negotiate the security settings for a network connection using TLS or 
SSL network protocol.By default all the available cipher suites are supported.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.sslContextParameters": {
+                       "name": "camel.component.kafka.sslContextParameters",
+                       "description": "SSL configuration using a Camel 
SSLContextParameters object. If configured it's applied before the other SSL 
endpoint parameters. NOTE: Kafka only supports loading keystore from file 
locations, so prefix the location with file: in the KeyStoreParameters.resource 
option.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.sslEnabledProtocols": {
+                       "name": "camel.component.kafka.sslEnabledProtocols",
+                       "description": "The list of protocols enabled for SSL 
connections. TLSv1.2, TLSv1.1 and TLSv1 are enabled by default.",
+                       "defaultValue": "\"TLSv1.2\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.sslEndpointAlgorithm": {
+                       "name": "camel.component.kafka.sslEndpointAlgorithm",
+                       "description": "The endpoint identification algorithm 
to validate server hostname using server certificate.",
+                       "defaultValue": "\"https\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.sslKeymanagerAlgorithm": {
+                       "name": "camel.component.kafka.sslKeymanagerAlgorithm",
+                       "description": "The algorithm used by key manager 
factory for SSL connections. Default value is the key manager factory algorithm 
configured for the Java Virtual Machine.",
+                       "defaultValue": "\"SunX509\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.sslKeystoreType": {
+                       "name": "camel.component.kafka.sslKeystoreType",
+                       "description": "The file format of the key store file. 
This is optional for client. Default value is JKS",
+                       "defaultValue": "\"JKS\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.sslProtocol": {
+                       "name": "camel.component.kafka.sslProtocol",
+                       "description": "The SSL protocol used to generate the 
SSLContext. Default setting is TLS, which is fine for most cases. Allowed 
values in recent JVMs are TLS, TLSv1.1 and TLSv1.2. SSL, SSLv2 and SSLv3 may be 
supported in older JVMs, but their usage is discouraged due to known security 
vulnerabilities.",
+                       "defaultValue": "\"TLSv1.2\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.sslProvider": {
+                       "name": "camel.component.kafka.sslProvider",
+                       "description": "The name of the security provider used 
for SSL connections. Default value is the default security provider of the 
JVM.",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.sslTrustmanagerAlgorithm": {
+                       "name": 
"camel.component.kafka.sslTrustmanagerAlgorithm",
+                       "description": "The algorithm used by trust manager 
factory for SSL connections. Default value is the trust manager factory 
algorithm configured for the Java Virtual Machine.",
+                       "defaultValue": "\"PKIX\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.sslTruststoreType": {
+                       "name": "camel.component.kafka.sslTruststoreType",
+                       "description": "The file format of the trust store 
file. Default value is JKS.",
+                       "defaultValue": "\"JKS\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.kafka.useGlobalSslContextParameters": {
+                       "name": 
"camel.component.kafka.useGlobalSslContextParameters",
+                       "description": "Enable usage of global SSL context 
parameters.",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               }
+       }
+}

Reply via email to