After running the application for an extended period of time, the webclient call to the local wiremock server will begin to get an io.netty.handler.timeout.ReadTimeoutException.
Java 17 Download JMeter client at https://jmeter.apache.org/download_jmeter.cgi Docker
- Start application with
mvn spring-boot:run
- Start wiremock with
docker-compose up
- Start JMeter
<path to JMeter folder you downloaded>/bin/jmeter.sh
- Open
myPerfTest.jmx
in JMeter - Click Play Button in JMeter
Depending on your computer specs, it may take a couple of minutes to see the error.