In Storm 0.9, there is REST API which you can use to query component- and topology-level stats, including acked/transferred. Please refer to: https://github.com/apache/storm/blob/master/STORM-UI-REST-API.md
2015-02-10 10:47 GMT+03:00 Vincent Russell <[email protected]>: > Sure. How can I get that programmatically? > On Feb 10, 2015 2:13 AM, "Kosala Dissanayake" <[email protected]> > wrote: > >> Wouldn't that just be (transferred - acked)? >> >> On Tue, Feb 10, 2015 at 4:34 AM, Vincent Russell < >> [email protected]> wrote: >> >>> >>> Is there a way with storm to get a value for the current number of >>> tuples that haven't been acked yet? >>> >>> >>> Thanks, >>> >> >>
