GitHub user srdo opened a pull request:
https://github.com/apache/storm/pull/2547
Storm 2913 2914 1.x
The backport changes are in separate commits. Let me know when I should
squash and merge.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/srdo/storm STORM-2913-2914-1.x
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2547.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 #2547
----
commit 862077d8ea8e7a243a5a61946b14e646c3e106a7
Author: Stig Rohde Døssing <srdo@...>
Date: 2018-01-27T18:22:07Z
STORM-2914: Implement ProcessingGuarantee.NONE in the spout instead of
using enable.auto.commit
commit 70025226358bcebb44bbb64c2ffb130523844b4d
Author: Stig Rohde Døssing <srdo@...>
Date: 2018-02-05T18:48:56Z
WIP
commit e32136eedd396cc7446b09d02d4802c37b49192a
Author: Stig Rohde Døssing <srdo@...>
Date: 2018-02-05T19:26:54Z
Backport and add InterfaceStability annotation in this version of Storm
commit 5e483188458f7ac18d9cf47a81e3c7eacff43292
Author: Stig Rohde Døssing <srdo@...>
Date: 2018-01-27T14:15:45Z
STORM-2913: Add metadata to at-most-once and at-least-once commits
commit f73c993d89d8589de553dc6740cf466ee8317bf8
Author: Stig Rohde Døssing <srdo@...>
Date: 2018-02-05T19:37:26Z
Backport
----
---