Camel Component
Maps input/outputs for a Camel event runner
Includes settings required for consumer and producers of a Camel endpoint:
Setting
Definition
Example
Default
parameter.camelRoute
Uri for input stream
timer://test?fixedRate=true&period=5000
-
parameter.exchange
Exchange pattern for the stream
InOut
-
parameter.camelGetHeaders
Whether input received should include headers
true
false
parameter.camelGetProperties
Whether input received should include properties
true
false
Parameter name for setting message partition
kafka.PARTITION_KEY
-
Parameter name for setting message key
kafka.KEY
-
Parameter name for setting message offset
kafka.OFFSET
-
Last updated