Replies: 2 comments 2 replies
-
Start with It's usually a misbehaving custom policy, but there's no way for me to know from the information provided. Something like Java Flight Recorder and/or monitoring tools are likely also useful. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was performing load test to our Apiman deployment. The load test is performed using Locust. I compared the result of directly call to the API or call via Apiman Gateway.
The strange is, if we ran load test to direct call, RPS (Request per Second) is increased according to concurrent users in Locust. But if we ran load test to the API via Apiman Gateway, the Request per Second is stuck in 7. That it seems there is bottleneck.
What I need to check for Apiman Gateway configuration or another deployment option ?
Note: I deployed the Apiman 3.1.2 in Kubernetes, and the API is in the same K8s cluster
Beta Was this translation helpful? Give feedback.
All reactions