[
https://issues.apache.org/jira/browse/STORM-428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14091737#comment-14091737
]
ASF GitHub Bot commented on STORM-428:
--------------------------------------
GitHub user wurstmeister opened a pull request:
https://github.com/apache/incubator-storm/pull/221
STORM-428: extracted ITuple interface
* removed MockTridentTuple to avoid duplication
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/wurstmeister/incubator-storm STORM-428
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-storm/pull/221.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 #221
----
commit 007c64c56bd31e2304c451d2d084c1e368c41c48
Author: wurstmeister <[email protected]>
Date: 2014-08-09T12:03:25Z
STORM-428: extracted ITuple interface
* removed MockTridentTuple to avoid duplication
----
> Common Core Storm/Trident Tuple Interface
> -----------------------------------------
>
> Key: STORM-428
> URL: https://issues.apache.org/jira/browse/STORM-428
> Project: Apache Storm (Incubating)
> Issue Type: Improvement
> Reporter: P. Taylor Goetz
> Priority: Minor
>
> Currently core storm and trident tuples do not share a common interface. For
> developers creating libraries that perform tuple processing logic that can be
> used in both core storm and trident topologies, this means that logic must be
> implemented twice: once for each tuple type.
> It would be nice if we could eliminate this limitation.
--
This message was sent by Atlassian JIRA
(v6.2#6252)