GitHub user srdo opened a pull request:
https://github.com/apache/storm/pull/2913
STORM-3290: Split configuration for storm-kafka-client Trident and noâ¦
â¦n-Trident spout into two classes.
https://issues.apache.org/jira/browse/STORM-3290
This moves configuration used by both Trident and non-Trident spouts into a
common superclass, and makes a new config class for the Trident spouts.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/srdo/storm STORM-3290
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2913.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 #2913
----
commit b879245af12231d41a9c18aad5e7cbdbd66312d0
Author: Stig Rohde Døssing <srdo@...>
Date: 2018-11-20T12:03:25Z
STORM-3290: Split configuration for storm-kafka-client Trident and
non-Trident spout into two classes
----
---