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.git
commit f29671334adf70d457ebe66880bc15badad2109f Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Oct 23 11:03:32 2017 +0200 CAMEL-11935 - Updated docs --- components/camel-kafka/src/main/docs/kafka-component.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/components/camel-kafka/src/main/docs/kafka-component.adoc b/components/camel-kafka/src/main/docs/kafka-component.adoc index d557958..38ef51f 100644 --- a/components/camel-kafka/src/main/docs/kafka-component.adoc +++ b/components/camel-kafka/src/main/docs/kafka-component.adoc @@ -180,6 +180,7 @@ The following headers are available when consuming messages from Kafka. | KafkaConstants.PARTITION | "kafka.PARTITION" | Integer | The partition where the message was stored | KafkaConstants.OFFSET | "kafka.OFFSET" | Long | The offset of the message | KafkaConstants.KEY | "kafka.KEY" | Object | The key of the message if configured +| KafkaConstants.HEADERS | "kafka.HEADERS" | org.apache.kafka.common.header.Headers | The record headers | KafkaConstants.LAST_RECORD_BEFORE_COMMIT | "kafka.LAST_RECORD_BEFORE_COMMIT" | Boolean | Whether or not it's the last record before commit (only available if `autoCommitEnable` endpoint parameter is `false`) |================================================================================================================================================================================================================= -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
