public static final String |
CAMEL_SOURCE_COMPONENT_CONF |
"camel.source.component" |
public static final String |
CAMEL_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 String |
CAMEL_SOURCE_CONTENT_LOG_LEVEL_CONF |
"camel.source.contentLogLevel" |
public static final String |
CAMEL_SOURCE_MAX_BATCH_POLL_SIZE_CONF |
"camel.source.maxBatchPollSize" |
public static final String |
CAMEL_SOURCE_MAX_BATCH_POLL_SIZE_DOC |
"The max number of messages retrieved in a single poll()" |
public static final String |
CAMEL_SOURCE_MAX_POLL_DURATION_CONF |
"camel.source.maxPollDuration" |
public static final String |
CAMEL_SOURCE_MAX_POLL_DURATION_DOC |
"The maximum time in milliseconds spent in a single call to poll()" |
public static final String |
CAMEL_SOURCE_MESSAGE_HEADER_KEY_CONF |
"camel.source.camelMessageHeaderKey" |
public static final String |
CAMEL_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 String |
CAMEL_SOURCE_POLLING_CONSUMER_BLOCK_TIMEOUT_CONF |
"camel.source.pollingConsumerBlockTimeout" |
public static final String |
CAMEL_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 String |
CAMEL_SOURCE_POLLING_CONSUMER_BLOCK_WHEN_FULL_CONF |
"camel.source.pollingConsumerBlockWhenFull" |
public static final String |
CAMEL_SOURCE_POLLING_CONSUMER_BLOCK_WHEN_FULL_DOC |
"Whether to block any producer if the internal queue is full." |
public static final String |
CAMEL_SOURCE_POLLING_CONSUMER_QUEUE_SIZE_CONF |
"camel.source.pollingConsumerQueueSize" |
public static final String |
CAMEL_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 String |
CAMEL_SOURCE_UNMARSHAL_CONF |
"camel.source.unmarshal" |
public static final String |
CAMEL_SOURCE_UNMARSHAL_DOC |
"The camel dataformat name to use to unmarshal data from the source" |
public static final String |
CAMEL_SOURCE_URL_CONF |
"camel.source.url" |
public static final String |
TOPIC_CONF |
"topics" |
public static final String |
TOPIC_DEFAULT |
"test" |
public static final String |
TOPIC_DOC |
"A list of topics to use as output for this connector" |