See how I'm testing it 👇
I have a simple Spring Boot 3 🍃 app that connects to Mongo. Both app and db are running on Kubernetes. In my test I'm simulating 10 virtual users that continously send requests to the app (app inserts data to Mongo). Here's my app repo 👇 github.com/piomin/sample-…