[
https://issues.apache.org/jira/browse/STORM-1214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15107907#comment-15107907
]
ASF GitHub Bot commented on STORM-1214:
---------------------------------------
GitHub user ptgoetz opened a pull request:
https://github.com/apache/storm/pull/1029
STORM-1214: add javadoc for Trident Streams and Operations
JIRA: https://issues.apache.org/jira/browse/STORM-1214
This is just a work in progress for STORM-1214, if this is merged, please
don't resolve the JIRA.
I plan on further docs. But I didn't want this to get lost in the 1.x work.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ptgoetz/storm wip-trident-javadoc
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/1029.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 #1029
----
commit b5181c2aba7908bd7b8f994fa238977de812a68b
Author: P. Taylor Goetz <[email protected]>
Date: 2016-01-20T02:52:43Z
add javadoc for Trident Streams and Operations
----
> Trident API Improvements
> ------------------------
>
> Key: STORM-1214
> URL: https://issues.apache.org/jira/browse/STORM-1214
> Project: Apache Storm
> Issue Type: Bug
> Reporter: P. Taylor Goetz
> Assignee: P. Taylor Goetz
>
> There are a few idiosyncrasies in the Trident API that can sometimes trip
> developers up (e.g. when and how to set the parallelism of components). There
> are also a few areas where the API could be made slightly more intuitive
> (e.g. add Java 8 streams-like methods like {{filter()}}, {{map()}},
> {{flatMap()}}, etc.).
> Some of these concerns can be addressed through documentation, and some by
> altering the API. Since we are approaching a 1.0 release, it would be good to
> address any API changes before a major release.
> The goal of this JIRA is to identify specific areas of improvement and
> formulate an implementation that addresses them.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)