GitHub user danielsd opened a pull request:
https://github.com/apache/storm/pull/2392
STORM-2791: Add Fields constructor to FixedTupleSpout for multiple output
field support. (1.x)
[JIRA - STORM 2791](https://issues.apache.org/jira/browse/STORM-2791)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/danielsd/storm STORM-2791-1.x
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2392.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 #2392
----
commit af1fd216a623e142f18248cd4d40ca1fbc19a9c4
Author: Daniel Dara <[email protected]>
Date: 2017-10-28T02:32:29Z
Deprecated FixedTupleSpout constructor with String. Added constructor with
Fields so more than one output field can be specified.
----
---