You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/07/01 11:36:07 UTC

[GitHub] [camel] 7thbit-com commented on a change in pull request #3960: CAMEL-15228: add end signal for polls

7thbit-com commented on a change in pull request #3960:
URL: https://github.com/apache/camel/pull/3960#discussion_r448302360



##########
File path: components/camel-kafka/src/main/docs/kafka-component.adoc
##########
@@ -293,6 +293,7 @@ The following headers are available when consuming messages from Kafka.
 | 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`)
+| KafkaConstants.LAST_POLL_RECORD | "kafka.LAST_POLL_RECORD" | Boolean | Indicates the last record within the current poll request (only available if `autoCommitEnable` endpoint parameter is `false` or `allowManualCommit` is `true`)

Review comment:
       Hello Claus, what do you mean? autoCommitEnable is the correct name of the parameter of the component. That is what i am referencing.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org