Hi,
I was going through this page:
https://github.com/nathanmarz/storm/wiki/Configuration
I could see four parameters which could be overridden per spout/bolt
basis. Among them I suppose "topology.max.spout.pending" is applicable
only for spouts.
If the answer is "yes", can you tell me whether it is possible to have
a similar parameter for bolts also which could prevent it from
overflowing the queue(zeromq) or buffer(maintained in the target bolt
code by the programmer) due to slow rate of processing the tuple in
the target bolt. I am aware about the message passing system of storm
with zeromq. But I guess my second case where we use buffer is
significant.
Thanks,
Richards Peter.