Hi -
We are using multi-lang to pass data between storm and mono -

We observe a 6x time increase when messages go from spout to bolt if the bolt 
is in mono vs. being in Java -

Java can process 10,000 records in 0.7 seconds, while mono requires 4.5 seconds.
The mono bolt was an empty one created with 
Storm.Net.Adapter<https://github.com/ziyunhx/storm-net-adapter> library

This is on a single machine topology - we are still in dev phase and using this 
solution for now -

Is this expected?
Should we try to minimize multi-lang and inter-process or is this a problem 
with my specific scenario (mono and/or single machine) ?

Thank you -
Mauro.

Reply via email to