It is great that Gatling now supports Java and Kotlin. From my understanding, it seems limited to sending HTTP requests and not over other protocols be it over tcp or via message brokers. For sending those custom requests, I used locust4j in my Spring Boot application.
Awesome video! I used to write Gatling simulations using Scala, glad they've added Java support as well. Thanks for your time and effort Siva!
It is great that Gatling now supports Java and Kotlin. From my understanding, it seems limited to sending HTTP requests and not over other protocols be it over tcp or via message brokers. For sending those custom requests, I used locust4j in my Spring Boot application.
The exec method is used to execute an action. Actions are usually requests (HTTP, WebSocket, JMS, MQTT…) that will be sent during the simulation