I can't open that link, it redirects me to the groups overview. Do you have a direct link, or maybe copy paste the text of the post?
2017-08-15 17:28 GMT+02:00 Mahak Goel <[email protected]>: > Hi Stig, > > Thank you. However it looks like from this post there is a way to do it on > a per spout basis. > https://groups.google.com/forum/m/#!search/Storm$200.8. > 1$20released/storm-user/hVbXtBdCkQo > > Do you or does anyone else know if this is still a possibility? If so, how > do I do it? > > > On Aug 15, 2017, at 11:14, Stig Rohde Døssing <[email protected]> wrote: > > Hi Mahak, > > I haven't checked in any detail, but I suspect there isn't. I'd have said > you could set the configuration for the spout via the SpoutDeclarer > addConfiguration methods when declaring the spout, but it looks like the > wait strategy and backoff are both removed from the component > configuration, and only read from the topology level configuration > https://github.com/apache/storm/blob/64e29f365c9b5d3e15b33f33ab64e2 > 00345333e4/storm-client/src/jvm/org/apache/storm/executor/ > Executor.java#L431. > > 2017-08-15 16:45 GMT+02:00 Brian Taylor <[email protected]>: > >> Unsubscribe >> >> Sent from BlueMail <http://www.bluemail.me/r?b=9660> >> On Aug 15, 2017, at 10:34 AM, Mahak Goel <[email protected]> wrote: >>> >>> >>> Hi, >>> >>> I know I can configure a sleep wait strategy in the defaults.yaml and that >>> will apply to all spouts in the topology. Is there a way to do this on a >>> spout by spout basis? That is, is there a way to configure different times >>> for different spouts? >>> >>> Thanks! >>> >>> >
