GitHub user bitcloud opened a pull request:
https://github.com/apache/storm/pull/2473
Update multilang modules
As it is now required to answer to the activation and deactivation, I added
those to the javascript files because the examples stopped working.
I updated ruby and python as well, but they don't have that issue because
they always send sync without waiting for a callback.
But now you should be able to implement those as well in your code
depending on those libs.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bitcloud/storm update_multilang_modules
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2473.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 #2473
----
commit 4a4c48fa86d824bca7b09ecd80cbaa33c45ed304
Author: Jan Schmidle <jan@...>
Date: 2017-12-19T23:17:12Z
update javascript files for new multilang protocol
commit 6139bae4bcdb53c925cbe647445cddba87a36040
Author: Jan Schmidle <jan@...>
Date: 2017-12-19T23:28:05Z
implemented new multilang protocol for ruby and python
----
---