GitHub user tiodollar opened a pull request:

    https://github.com/apache/storm/pull/2181

    [STORM-2607] Offset consumer + 1

    When i put a message a partition, the storm-kafka-client consume this 
message.
    But storm-kafka-client commit the offset -1.
    storm-kafka-client: 1.1.0
    storm-core : 1.1.0
    kafka: 0.10.2.0
    Steps to bug
    #1 - Insert message in kafka
    #2 - Read with storm Spout this topic
    #3 - Get the offset for the consumer group and the offset is always offset 
-1
    
    https://issues.apache.org/jira/browse/STORM-2607

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tiodollar/storm master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/2181.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2181
    
----
commit 34ffb9562374ddd0c1c0c12834a7ae03d7e7cbab
Author: Rodolfo Ribeiro <[email protected]>
Date:   2017-06-29T15:06:20Z

    [STORM-2607] Offset consumer + 1

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to