we are doing performance testing for our application. we are getting org.http4s.InvalidBodyException: Received premature EOF
error.
The problem is we are getting only for 1-2 per of requests. The percentage will increase if we will increase rps.
The architecture of Performance application:
The issue can happen in 3 parts:
- When we send requests from prod application to Kafka
- In the performance application client who is firing the requests
- Som issue in our application
If someone faces a similar issue, please let me know.