Hi Dan,
Thanks for your response. We will look at streamparse.
Thanks
hemanth
On Thu, Jul 9, 2015 at 11:45 PM, Dan Blanchard wrote:
> Hi hermanth,
>
> The Python multi-lang implementation provided with Storm is not really
> production ready for exactly the reasons you outline. At Parse.ly, we
Hi hermanth,
The Python multi-lang implementation provided with Storm is not really
production ready for exactly the reasons you outline. At Parse.ly, we use
streamparse for our Python Bolts/Spouts. It has built in logging support and
also takes over stdin/stdout to prevent you from inadvertent
Hi,
We are using Storm 0.9.4 with python Shell bolts. A dependent internal
library was printing a message inadvertently. I understand this will
interfere with the multi-lang protocol and hence fail. But, instead of
failing noisily, the result was silent failures of some messages in the
topology wi