GitHub user srdo opened a pull request:
https://github.com/apache/storm/pull/2545
STORM-2933: Add a storm-perf topology that uses storm-kafka-client
There are a couple of minor unrelated changes, mainly a fix for an NPE in
the MetricsSample file if the tested topology does not use acks, and seemingly
outdated documentation in the README talking about running the perf topologies
in local mode.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/srdo/storm STORM-2933
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2545.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 #2545
----
commit e39c4b64b044751633fe2150d30d6b614f493dd2
Author: Stig Rohde Døssing <srdo@...>
Date: 2018-02-03T10:04:54Z
STORM-2933: Add a storm-perf topology that uses storm-kafka-client
----
---