GitHub user acseidel opened a pull request:
https://github.com/apache/storm/pull/2717
Bugfix/storm 3102 kafka client performance storm 1.x
In kafka >0.10.2 this check became expensive, causing large performance
decreases.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/acseidel/storm
bugfix/STORM-3102-kafka-client-performance-storm-1.x
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2717.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 #2717
----
commit f84e89ea50bd7ab1a5464d247c1d5f45916e5734
Author: Andy Seidel <andy@...>
Date: 2018-06-13T18:29:07Z
STORM-3102 Remove check for partition offset before every emit.
IN kafka >0.10.2 this check became expensive, causing large performance
decreases.
commit 614cfb44e03daef6ec93b1367ee5447bba5a08a7
Author: Andy Seidel <andy@...>
Date: 2018-06-13T19:00:12Z
Remove merge conflict.
----
---