I’m sending this email because I’d like to share my little and simple udp extension. This code was based on Gatling code base itself and https://github.com/myroslavlisniak/gatling-tcp-extensions. I work for a telecom company which has some udp services that need to be overloaded. I think the extension is flexible enough, so If you want, feel free to use and improve.
PS: I’m still learning Scala, so please if you have some free time to look around and give me feedback or even if you want to contribute with this code, I’ll be thankful.
I am missing an overall perspective on the Gatling framework allowing to understand more generally which classes to extend or use to create this kind of extensions.
I am grateful that there are live examples, but at the same time it would be great if there were a scaladoc reference and some high level explanations of the APIs.
Gatling is a great tool, thanks to all the authors and contributors.