GitHub user srdo opened a pull request:
https://github.com/apache/storm/pull/2560
STORM-2896: Add tool to help users migrate offsets from storm-kafka tâ¦
â¦o storm-kafka-client
I'm not sure if we want this in master as well?
I'd like to make a similar tool for the Trident spouts, but those aren't
covered in this PR. I tested this by running the storm-perf Kafka null bolt
topology (with and without wildcard topics) and migrating the resulting offsets
into Kafka.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/srdo/storm STORM-2896
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2560.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 #2560
----
commit 45c1c3e41d54c6cceba3a0bcdf404a5efa4fd177
Author: Stig Rohde Døssing <srdo@...>
Date: 2018-02-17T21:05:30Z
STORM-2896: Add tool to help users migrate offsets from storm-kafka to
storm-kafka-client
----
---