You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Gwen Shapira (JIRA)" <ji...@apache.org> on 2016/02/02 19:29:39 UTC

[jira] [Updated] (KAFKA-3191) Improve offset committing JavaDoc in KafkaConsumer

     [ https://issues.apache.org/jira/browse/KAFKA-3191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gwen Shapira updated KAFKA-3191:
--------------------------------
    Assignee: Adam Kunicki  (was: Neha Narkhede)

> Improve offset committing JavaDoc in KafkaConsumer
> --------------------------------------------------
>
>                 Key: KAFKA-3191
>                 URL: https://issues.apache.org/jira/browse/KAFKA-3191
>             Project: Kafka
>          Issue Type: Improvement
>          Components: consumer
>    Affects Versions: 0.9.0.0
>            Reporter: Adam Kunicki
>            Assignee: Adam Kunicki
>            Priority: Minor
>              Labels: documentation
>
> http://www.confluent.io/blog/tutorial-getting-started-with-the-new-apache-kafka-0.9-consumer-client includes some great examples of how to manage offset commits in Kafka 0.9.
> It is currently unclear from the JavaDoc that the following is expected:
> {code}
> consumer.commitSync(Collections.singletonMap(record.partition(), new
> OffsetAndMetadata(record.offset() + 1)));
> {code}
> The committed offset should always be the offset of the next message that
> your application will read.
> This information should be incorporated into the existing JavaDoc to make it clearer.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)