I’m having issue during integrate quarkus and keyclock. I’ve created GET token API and call keycloak service to get token. If I hit only few request, still okay But during performance test, I’m having issue vertx thread blocked, only get around 30 TPS and high error rate. (Also when I try to hit another single request from postman, it got timeout error)
Is there any way to solve my issue? How to increase thread pool?