Yes, you are right. You can confirm from here <http://storm.apache.org/apidocs/backtype/storm/Config.html#TOPOLOGY_ACKER_EXECUTORS>
Regards Shams On Sun, Mar 1, 2015 at 9:54 PM, Idan Fridman <[email protected]> wrote: > Hi, > My SLA doesn't require data reliability if Anything happens to a > bolt(error occurs) I don't need my topology to retry. > > I read that setting the acker executors will decrease latency in case I > dont need it. > > So I added > > config.put("TOPOLOGY_ACKER_EXECUTORS",0); > > Is that the right meaning of what I need? > > Thank you, > Idan. >
