(note: this doc has been improved but not published yet, will be along RC6)
For example .body(StringBody("""{“id”: ${id}}"""))
The feeder isn’t in charge of iterating, just of feeding. circular means it won’t run out of records: after reaching the last one, cursor will move back to top.
iterating = looping (repeat, during, etc), or running concurrent users.
See above.
Well, that’s the same. Maybe you failed to realize how jsonFile feeder works: it expects an array of objects, that are the records, and on injecting, copy the fields as attributes.