GitHub user srdo opened a pull request:
https://github.com/apache/storm/pull/2481
STORM-2869: Only discard outdated records when adjusting KafkaConsumeâ¦
â¦r position during commit
See https://issues.apache.org/jira/browse/STORM-2869
I also deleted SingleTopicKafkaSpoutTest, because it is a duplicate of
KafkaSpoutSingleTopicTest.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/srdo/storm STORM-2869
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2481.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 #2481
----
commit df5187e803d38f2cbb35ac9f1853ed7f2410ad0e
Author: Stig Rohde Døssing <srdo@...>
Date: 2017-12-26T19:55:30Z
STORM-2869: Only discard outdated records when adjusting KafkaConsumer
position during commit
----
---