aedes concurrency value on cluster #770
-
Hi, on my mqtt broker I often have a "Possibile memory leak" error, due to TLSSocket listeners.
I'm using the Redis mqemitter with a cluster configuration. My question is: the concurrency value should be related only to one broker, or I must consider the entire cluster messages throughput? thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
1000, each broker must always reveive all messages in order to be able to send them to his connected clients. mqemitter is designed exactly for this, share messages across multiple instances |
Beta Was this translation helpful? Give feedback.
1000, each broker must always reveive all messages in order to be able to send them to his connected clients. mqemitter is designed exactly for this, share messages across multiple instances