Production readiness #14
Unanswered
anthonycorbacho
asked this question in
Q&A
Replies: 3 comments 1 reply
|
The number of active connections larger than 80K is not large and can be supported by a single machine. However, for scalability and stability, it is better to use a cluster, a low-configuration cluster with at least 3 machines. You can test by simulating real business scenarios. I do not currently have a large connection scenario and would like users to test and provide scenario cases. |
0 replies
|
So basically our use case is that we will have ~80k device that is sending multiple events every 10s so I was hopping to have insight about handling this load. I will check with my team if we want to give a try, thank you for your kind answer! |
0 replies
|
@anthonycorbacho Curious where you landed here! We are also evaluating using this project |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, this project looks very interesting and I am considering using it as a replacement for HiveMQ.
My question is around production readiness;
All reactions