Hi! Does anyone know any load testing tool (maybe ...
# server
t
Hi! Does anyone know any load testing tool (maybe like gatling) that can be configured via kotlin?
r
You need to run via kotlin? Maybe you can use a gradle or maven plugin to run your tests. I found this gradle plugin https://github.com/lkishalmi/gradle-gatling-plugin .
b
Gatling uses Scala right?
I don't think there's real interop yet