Replies: 1 comment
-
Try to remove those rate limit to see what happen. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have currently set up an emqx (community edition) cluster in kubernetes using emqx-operator , I have around 300 clients and an expected message income of ~6k/s (message size ~1Kb). When running I get the expected connections, however when the message rate seems to be setting to its expected number, it drops (emqx dashboards also lags a bit before the drop).
I understand there can be small oscillations in the message income however for my use case such a big drop shouldnt be happening and the message rate per second should stay consistent around 6k. I wanted to ask if I might be missing some configuration parameter that might help solve this problem. Attached below you may find an screenshot of the behavior and my emqx yaml.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions