I'm using Iago to do some load testing and while reading the documentation I read this on the Commutative section under Transaction Requirements.
" You can achieve ordering, if required, by using Iago as a library and initiating new requests in response to previous ones. Examples of this are available."
I see the Iago as a library section towards the bottom of the readme in Github but don't see an example of Ordering. Is the Ordering example somewhere else in the Github codebase? I've looked a the examples folder but didn't find anything.
I was planning on just calling the ParrotService and since it returns a future use something like onSuccess since its a Future, so only calling it if the call is successful and with a response code of 200.
Anyone else try doing Ordering calls to different APIs with Iago?
-Andrew