Hello,
I am trying to do some load testing of kafka.
For this I’ve found a plugin https://github.com/mnogu/gatling-kafka.
However that plugin works with scala 2.12, and the latest versions of kafka
user versions 2.13 (I cannot download older versions of gatling as they are not available:(. )
*Tried a different repo as well for this
https://github.com/arthur25000/gatling-kafka → that states that it works for 2.13 …however, the jar is not generated if changing the scala version to 2.13 in the sbt file.
Any suggestions please?..
I could have a java producer… and from gatling just call my java app, which will send the
messages to Kafka, however i would like to try a more direct approach. Any suggestions please?
Best regards,
Deian