[
https://issues.apache.org/jira/browse/STORM-386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14144913#comment-14144913
]
ASF GitHub Bot commented on STORM-386:
--------------------------------------
GitHub user itaifrenkel opened a pull request:
https://github.com/apache/storm/pull/265
[STORM-386] Moved storm.js to multilang folder. Added link from
dev/resources folder
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/forter/incubator-storm nodejs-multilang
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/265.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 #265
----
commit 3b609c21fee42951b6260d5344b7fc88fa2d96ab
Author: Itai Frenkel <[email protected]>
Date: 2014-09-23T14:30:53Z
Moved storm.js to multilang folder. Added link from dev/resources folder
----
> Development of multilang protocol in nodejs
> -------------------------------------------
>
> Key: STORM-386
> URL: https://issues.apache.org/jira/browse/STORM-386
> Project: Apache Storm
> Issue Type: New Feature
> Environment: nodejs
> Reporter: Anya Tchernishov
> Assignee: Itai Frenkel
> Fix For: 0.9.3-incubating
>
>
> Support nodejs multilang protocol.
> Design considerations:
> - Emit will receive an object (like args and kwargs in python) and a callback
> that is called when task ids list is received.
> self.emit({tuple: [word]}, function(taskIds) {
> self.log(word + ' sent to task ids - ' + taskIds);
> });
> - The following methods will received done method that must be invoked on
> completion (same pattern used by the mocha test framework for async unit
> tests).
> - Internal implementation of emit uses Process.stdout.write without a
> callback since nodejs streams maintain FIFO order (so far, we have not found
> a need for providing a callback).
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)