Hello, I’m trying to us HolmesNL/kafka-spout, it worked pretty well for happy path, however, when tuple fails (e.g. _collector.fail(input) gets called in bolt), it seems like only retry 3 or 4 times, and then hang there, until the supervisor.worker.timeout.secs reaches, and topology got restarted. Just wondering where is this number of retried controlled, and also, since the tuple already fail, why would it still trigger supervisor.worker.timeout.secs?
Thanks, Hefeng
