Gora

Gora

Scheme: gora
Syntax: gora:name
Description: The gora component allows you to work with NoSQL databases using the Apache Gora framework.
Deprecated:false
Async:false
Maven: org.apache.camel/camel-gora/2.18.1.redhat-000005

The gora component allows you to work with NoSQL databases using the Apache Gora framework.

Name Kind Group Required Default Type Enum Description
name path common true java.lang.String Instance name
dataStoreClass parameter common java.lang.String The type of the dataStore
keyClass parameter common java.lang.String The type class of the key
valueClass parameter common java.lang.String The type of the value
bridgeErrorHandler parameter consumer boolean 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/ERROR level and ignored.
concurrentConsumers parameter consumer 1 int Number of concurrent consumers
endKey parameter consumer java.lang.Object The End Key
endTime parameter consumer long The End Time
fields parameter consumer com.google.common.base.Strings The Fields
keyRangeFrom parameter consumer java.lang.Object The Key Range From
keyRangeTo parameter consumer java.lang.Object The Key Range To
limit parameter consumer long The Limit
startKey parameter consumer java.lang.Object The Start Key
startTime parameter consumer long The Start Time
timeRangeFrom parameter consumer long The Time Range From
timeRangeTo parameter consumer long The Time Range To
timestamp parameter consumer long The Timestamp
exceptionHandler parameter consumer (advanced) org.apache.camel.spi.ExceptionHandler To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this options is not in use. By default the consumer will deal with exceptions, that will be logged at WARN/ERROR level and ignored.
exchangePattern parameter consumer (advanced) org.apache.camel.ExchangePattern InOnly
RobustInOnly
InOut
InOptionalOut
OutOnly
RobustOutOnly
OutIn
OutOptionalIn
Sets the exchange pattern when the consumer creates an exchange.
flushOnEveryOperation parameter producer true boolean Flush on every operation
hadoopConfiguration parameter advanced org.apache.hadoop.conf.Configuration Hadoop Configuration
synchronous parameter advanced false boolean Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).

gora consumer

Implementation of Camel-Gora {@link Consumer}.