GitHub user hmcl opened a pull request:
https://github.com/apache/storm/pull/2394
1.x branch storm 2787 ks init flag
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hmcl/storm-apache
1.x-branch_STORM-2787_KSInitFlag
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2394.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 #2394
----
commit ac16fe1ee9d974af64a30769819561c0abae23af
Author: Hugo Louro <[email protected]>
Date: 2017-10-23T00:44:54Z
STORM-2781: Refactor storm-kafka-client KafkaSpout Processing Guarantees
- Define processing guarantees as AT_LEAST_ONCE, AT_MOST_ONCE, NONE
- Refactor method name from setForceEnableTupleTracking to
setTupleTrackingEnforced
- Throw IllegalStateException instead of IllegalArgumentException if spout
attempts to emit an already committed message
- Update documentation to reflect these changes
commit 7d4ac07684a7405d6539a3bd0cb7da985736bac7
Author: Hugo Louro <[email protected]>
Date: 2017-10-25T06:52:54Z
STORM-2787: storm-kafka-client KafkaSpout method onPartitionsRevoked(...)
should set initialized flag independently of processing guarantees
----
---