This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some lessons we learnt along the way pushing our topologies to production environment. | |
Apache Storm | |
http://storm.apache.org/ | |
https://github.com/apache/storm.git | |
Some notes are specific to Trident on Storm 0.9.2. | |
--------------- | |
Error handling |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* This will prove the concurrency issue of ScriptingContainer(JRuby) if | |
* more than 1 thread trying to construct ScriptingContainer instance | |
* | |
* Require jruby jar to run this. | |
* | |
* @author btran | |
* | |
*/ |