Hi,
I am trying to extend the gatling kafka extension (by Muneyuki Noguchi) for consumers, using the gatling-jms module as a template.
it works after a fashion. (But I’m coming to grips with the combination of Scala, Akka and Gatling so it could be definitely
improved.There are some TODO’s …)
In any case I have one particular issue I was wondering about. After a successful run my
active users is -20 and percentage is 200%. Instead of 0 and 100% (see example put below)
I update the stats in this package (KafkaRequestTrackerActor.scala)
statsEngine.logResponse(session, title, timings, status, None, message)
next ! session.logGroupRequest(timings.*responseTime*, status).increaseDrift(*nowMillis* - received)
Is this something you’ve seen before or can shed some light on?
Thanks for any insights,
Kevin
Simulation util.BasicSimulation started…