I recently installed Jmeter on my local machine to stress test an API route of an application that is running on k8s as 2 replicas. I sent a request with 60 threads(users) and I am able to see the requests received to only 1 of the replicas in the logs. This raises the question that does Jmeter send requests with a single connection or each time it send a request it creates a new connetion?
