Constant Field Values
Contents
org.apache.*
-
org.apache.camel.kafkaconnector.CamelConnectorConfig Modifier and Type Constant Field Value public static final StringCAMEL_CONNECTOR_AGGREGATE_CONF"camel.beans.aggregate"public static final StringCAMEL_CONNECTOR_AGGREGATE_DOC"A reference to an aggregate bean, in the form of #class:"public static final StringCAMEL_CONNECTOR_AGGREGATE_NAME"aggregate"public static final StringCAMEL_CONNECTOR_AGGREGATE_SIZE_CONF"camel.aggregation.size"public static final StringCAMEL_CONNECTOR_AGGREGATE_SIZE_DOC"The size of the aggregation, to be used in combination with camel.beans.aggregate"public static final StringCAMEL_CONNECTOR_AGGREGATE_TIMEOUT_CONF"camel.aggregation.timeout"public static final StringCAMEL_CONNECTOR_AGGREGATE_TIMEOUT_DOC"The timeout of the aggregation, to be used in combination with camel.beans.aggregate"public static final StringCAMEL_CONNECTOR_ERROR_HANDLER_CONF"camel.error.handler"public static final StringCAMEL_CONNECTOR_ERROR_HANDLER_DEFAULT"default"public static final StringCAMEL_CONNECTOR_ERROR_HANDLER_DOC"The error handler to use: possible value are \'no\' or \'default\'"public static final StringCAMEL_CONNECTOR_ERROR_HANDLER_MAXIMUM_REDELIVERIES_CONF"camel.error.handler.max.redeliveries"public static final intCAMEL_CONNECTOR_ERROR_HANDLER_MAXIMUM_REDELIVERIES_DEFAULT0public static final StringCAMEL_CONNECTOR_ERROR_HANDLER_MAXIMUM_REDELIVERIES_DOC"The maximum redeliveries to be use in case of Default Error Handler"public static final StringCAMEL_CONNECTOR_ERROR_HANDLER_REDELIVERY_DELAY_CONF"camel.error.handler.redelivery.delay"public static final StringCAMEL_CONNECTOR_ERROR_HANDLER_REDELIVERY_DELAY_DOC"The initial redelivery delay in milliseconds in case of Default Error Handler"public static final StringCAMEL_CONNECTOR_IDEMPOTENCY_ENABLED_CONF"camel.idempotency.enabled"public static final StringCAMEL_CONNECTOR_IDEMPOTENCY_ENABLED_DOC"If idempotency must be enabled or not"public static final StringCAMEL_CONNECTOR_IDEMPOTENCY_EXPRESSION_HEADER_CONF"camel.idempotency.expression.header"public static final StringCAMEL_CONNECTOR_IDEMPOTENCY_EXPRESSION_HEADER_DOC"The header name that will be evaluated in case of camel.idempotency.expression.type equals to header"public static final StringCAMEL_CONNECTOR_IDEMPOTENCY_EXPRESSION_TYPE_CONF"camel.idempotency.expression.type"public static final StringCAMEL_CONNECTOR_IDEMPOTENCY_EXPRESSION_TYPE_DEFAULT"body"public static final StringCAMEL_CONNECTOR_IDEMPOTENCY_EXPRESSION_TYPE_DOC"How the idempotency will be evaluated: possible values are body and header"public static final StringCAMEL_CONNECTOR_IDEMPOTENCY_KAFKA_BOOTSTRAP_SERVERS_CONF"camel.idempotency.kafka.bootstrap.servers"public static final StringCAMEL_CONNECTOR_IDEMPOTENCY_KAFKA_BOOTSTRAP_SERVERS_DEFAULT"localhost:9092"public static final StringCAMEL_CONNECTOR_IDEMPOTENCY_KAFKA_BOOTSTRAP_SERVERS_DOC"A comma-separated list of host and port pairs that are the addresses of the Kafka brokers where the idempotent repository should live"public static final StringCAMEL_CONNECTOR_IDEMPOTENCY_KAFKA_MAX_CACHE_SIZE_CONF"camel.idempotency.kafka.max.cache.size"public static final intCAMEL_CONNECTOR_IDEMPOTENCY_KAFKA_MAX_CACHE_SIZE_DEFAULT1000public static final StringCAMEL_CONNECTOR_IDEMPOTENCY_KAFKA_MAX_CACHE_SIZE_DOC"Sets the maximum size of the local key cache"public static final StringCAMEL_CONNECTOR_IDEMPOTENCY_KAFKA_POLL_DURATION_CONF"camel.idempotency.kafka.poll.duration.ms"public static final intCAMEL_CONNECTOR_IDEMPOTENCY_KAFKA_POLL_DURATION_DEFAULT100public static final StringCAMEL_CONNECTOR_IDEMPOTENCY_KAFKA_POLL_DURATION_DOC"Sets the poll duration (in milliseconds) of the Kafka consumer"public static final StringCAMEL_CONNECTOR_IDEMPOTENCY_KAFKA_TOPIC_CONF"camel.idempotency.kafka.topic"public static final StringCAMEL_CONNECTOR_IDEMPOTENCY_KAFKA_TOPIC_DEFAULT"kafka_idempotent_repository"public static final StringCAMEL_CONNECTOR_IDEMPOTENCY_KAFKA_TOPIC_DOC"The Kafka topic name to use for the idempotent repository"public static final StringCAMEL_CONNECTOR_IDEMPOTENCY_MEMORY_DIMENSION_CONF"camel.idempotency.memory.dimension"public static final intCAMEL_CONNECTOR_IDEMPOTENCY_MEMORY_DIMENSION_DEFAULT100public static final StringCAMEL_CONNECTOR_IDEMPOTENCY_MEMORY_DIMENSION_DOC"The Memory dimension of the in memory idempotent Repository"public static final StringCAMEL_CONNECTOR_IDEMPOTENCY_REPOSITORY_TYPE_CONF"camel.idempotency.repository.type"public static final StringCAMEL_CONNECTOR_IDEMPOTENCY_REPOSITORY_TYPE_DEFAULT"memory"public static final StringCAMEL_CONNECTOR_IDEMPOTENCY_REPOSITORY_TYPE_DOC"The idempotent repository type to use, possible values are memory and kafka"public static final StringCAMEL_CONNECTOR_MAP_HEADERS_CONF"camel.map.headers"public static final StringCAMEL_CONNECTOR_MAP_HEADERS_DOC"If set to true, the connector will transform the camel exchange headers into kafka headers."public static final StringCAMEL_CONNECTOR_MAP_PROPERTIES_CONF"camel.map.properties"public static final StringCAMEL_CONNECTOR_MAP_PROPERTIES_DOC"If set to true, the connector will transform the exchange properties into kafka headers."public static final StringCAMEL_CONNECTOR_REMOVE_HEADERS_PATTERN_CONF"camel.remove.headers.pattern"public static final StringCAMEL_CONNECTOR_REMOVE_HEADERS_PATTERN_DEFAULT""public static final StringCAMEL_CONNECTOR_REMOVE_HEADERS_PATTERN_DOC"The pattern of the headers we want to exclude from the exchange" -
org.apache.camel.kafkaconnector.CamelSinkConnectorConfig Modifier and Type Constant Field Value public static final StringCAMEL_SINK_COMPONENT_CONF"camel.sink.component"public static final StringCAMEL_SINK_COMPONENT_DOC"The camel component to use. This is normally set by default for you. It is ignored if camel.sink.url is set."public static final StringCAMEL_SINK_CONTENT_LOG_LEVEL_CONF"camel.sink.contentLogLevel"public static final StringCAMEL_SINK_MARSHAL_CONF"camel.sink.marshal"public static final StringCAMEL_SINK_MARSHAL_DOC"The camel dataformat name to use to marshal data to the destination"public static final StringCAMEL_SINK_UNMARSHAL_CONF"camel.sink.unmarshal"public static final StringCAMEL_SINK_UNMARSHAL_DOC"The camel dataformat name to use to unmarshal data from the topic"public static final StringCAMEL_SINK_URL_CONF"camel.sink.url" -
org.apache.camel.kafkaconnector.CamelSinkTask Modifier and Type Constant Field Value public static final StringHEADER_CAMEL_PREFIX"CamelHeader."public static final StringKAFKA_RECORD_KEY_HEADER"camel.kafka.connector.record.key"public static final StringKAMELET_SINK_TEMPLATE_PARAMETERS_PREFIX"camel.kamelet.ckcSink."public static final StringPROPERTY_CAMEL_PREFIX"CamelProperty." -
org.apache.camel.kafkaconnector.CamelSourceConnectorConfig Modifier and Type Constant Field Value public static final StringCAMEL_SOURCE_COMPONENT_CONF"camel.source.component"public static final StringCAMEL_SOURCE_COMPONENT_DOC"The camel component to use. This is normally set by default for you. It is ignored if camel.source.url is set."public static final StringCAMEL_SOURCE_CONTENT_LOG_LEVEL_CONF"camel.source.contentLogLevel"public static final StringCAMEL_SOURCE_MARSHAL_CONF"camel.source.marshal"public static final StringCAMEL_SOURCE_MARSHAL_DOC"The camel dataformat name to use to unmarshal data to the topic"public static final StringCAMEL_SOURCE_MAX_BATCH_POLL_SIZE_CONF"camel.source.maxBatchPollSize"public static final StringCAMEL_SOURCE_MAX_BATCH_POLL_SIZE_DOC"The max number of messages retrieved in a single poll()"public static final StringCAMEL_SOURCE_MAX_NOT_COMMITTED_RECORDS_CONF"camel.source.maxNotCommittedRecords"public static final StringCAMEL_SOURCE_MAX_NOT_COMMITTED_RECORDS_DOC"The maximum number of non committed kafka connect records that can be tolerated before stop polling new records (rounded to the next power of 2) with a minimum of 4."public static final StringCAMEL_SOURCE_MAX_POLL_DURATION_CONF"camel.source.maxPollDuration"public static final StringCAMEL_SOURCE_MAX_POLL_DURATION_DOC"The maximum time in milliseconds spent in a single call to poll()"public static final StringCAMEL_SOURCE_MESSAGE_HEADER_KEY_CONF"camel.source.camelMessageHeaderKey"public static final StringCAMEL_SOURCE_MESSAGE_HEADER_KEY_DOC"The name of a camel message header containing an unique key that can be used as a Kafka message key. If this is not specified, then the Kafka message will not have a key."public static final StringCAMEL_SOURCE_POLLING_CONSUMER_BLOCK_TIMEOUT_CONF"camel.source.pollingConsumerBlockTimeout"public static final StringCAMEL_SOURCE_POLLING_CONSUMER_BLOCK_TIMEOUT_DOC"To use a timeout (in milliseconds) when the producer is blocked if the internal queue is full. If the value is 0 or negative then no timeout is in use."public static final StringCAMEL_SOURCE_POLLING_CONSUMER_BLOCK_WHEN_FULL_CONF"camel.source.pollingConsumerBlockWhenFull"public static final StringCAMEL_SOURCE_POLLING_CONSUMER_BLOCK_WHEN_FULL_DOC"Whether to block any producer if the internal queue is full."public static final StringCAMEL_SOURCE_POLLING_CONSUMER_QUEUE_SIZE_CONF"camel.source.pollingConsumerQueueSize"public static final StringCAMEL_SOURCE_POLLING_CONSUMER_QUEUE_SIZE_DOC"The queue size for the internal hand-off queue between the polling consumer, and producers sending data into the queue."public static final StringCAMEL_SOURCE_UNMARSHAL_CONF"camel.source.unmarshal"public static final StringCAMEL_SOURCE_UNMARSHAL_DOC"The camel dataformat name to use to unmarshal data from the source"public static final StringCAMEL_SOURCE_URL_CONF"camel.source.url"public static final StringTOPIC_CONF"topics"public static final StringTOPIC_DEFAULT"test"public static final StringTOPIC_DOC"A list of topics to use as output for this connector" -
org.apache.camel.kafkaconnector.CamelSourceTask Modifier and Type Constant Field Value public static final StringHEADER_CAMEL_PREFIX"CamelHeader."public static final StringKAMELET_SOURCE_TEMPLATE_PARAMETERS_PREFIX"camel.kamelet.ckcSource."public static final StringPROPERTY_CAMEL_PREFIX"CamelProperty."
-
org.apache.camel.kafkaconnector.transforms.CamelTypeConverterTransform<R extends org.apache.kafka.connect.connector.ConnectRecord<R>> Modifier and Type Constant Field Value public static final StringFIELD_TARGET_TYPE_CONFIG"target.type" -
org.apache.camel.kafkaconnector.transforms.ConnectRecordValueToMapTransforms<R extends org.apache.kafka.connect.connector.ConnectRecord<R>> Modifier and Type Constant Field Value public static final StringFIELD_KEY_CONFIG"key" -
org.apache.camel.kafkaconnector.transforms.SinkPojoToSchemaAndStructTransform<R extends org.apache.kafka.connect.connector.ConnectRecord<R>> Modifier and Type Constant Field Value public static final StringCAMEL_TRANSFORMER_SINK_POJO_CLASS_PROPERTY"camel.transformer.sink.pojo.class"
-
org.apache.camel.kafkaconnector.utils.CamelKafkaConnectMain Modifier and Type Constant Field Value public static final StringKAMELET_AGGREGATORL_TEMPLATE_PARAMETERS_PREFIX"camel.kamelet.ckcAggregator."public static final StringKAMELET_IDEMPOTENT_TEMPLATE_PARAMETERS_PREFIX"camel.kamelet.ckcIdempotent."public static final StringKAMELET_MARSHAL_TEMPLATE_PARAMETERS_PREFIX"camel.kamelet.ckcMarshal."public static final StringKAMELET_REMOVEHEADER_TEMPLATE_PARAMETERS_PREFIX"camel.kamelet.ckcRemoveHeader."public static final StringKAMELET_UNMARSHAL_TEMPLATE_PARAMETERS_PREFIX"camel.kamelet.ckcUnMarshal."