GitHub user srdo opened a pull request:
https://github.com/apache/storm/pull/2369
STORM-2607 1.x
1.x version of https://github.com/apache/storm/pull/2367. The changes are
in the last commit, will squash once review is done.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/srdo/storm STORM-2607-1.x
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2369.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 #2369
----
commit 839647d107441348c4755a2fcbcbb6a94fb84ed3
Author: Rodolfo Ribeiro <[email protected]>
Date: 2017-06-29T15:06:20Z
[STORM-2607] Offset consumer + 1
commit cdc1ac852ea1100e3124115e30bb28b9595a312f
Author: Stig Rohde Døssing <[email protected]>
Date: 2017-07-01T15:29:56Z
STORM-2607: Switch OffsetManager to track earliest uncommitted offset
instead of last committed offset for compatibility with commitSync consumer API
commit deb347883ccae7f656ae6e73400dc1de3381e118
Author: Stig Rohde Døssing <[email protected]>
Date: 2017-10-11T17:22:40Z
Backport to Mockito 1.x
----
---