Is there a way not to use a feeder at all?

Hi Gatlingers,

I have a test that generates its own data dynamically and I have no need for a feeder, is there any way to ignore the feeder altogether?
I am asking this question as I encounter an issue where my mock feeder values end and although I set it to circular I still get a
java.lang.IllegalStateException: Feeder is now empty, stopping engine exception.

So how do I get my scenario to be totally independent of the feeder file? (especially in regards of virtual users amount/existing values in feeder)

Thanks!

Hello,

Well, don’t use feeders then :slight_smile:
Push data into the virtual users’ sessions programmatically with the Session API in an exec(function).

Cheers,