hmq
hmq copied to clipboard
High performance mqtt broker
https://github.com/inovex/mqtt-stresser
Hey, So if I understand it, a cluster of broker require a router. That sounds like a single point of failure. Is this router functionality could be embedded in the...
I was thinking of persisting the retained messages in boltDB. Any idea about persisting feature?
Does it support "clean session = false"?
I was thinking of introducing some logic to dynamically size the message pool and the worker pool. Something like: the pool start at a low number and when it's not...
During a temporary service re-hydration, this allows the recovering service to: 1.) Sub to /connections for all incoming connections then 2.) Get a list of all connections that exist rn....
With the previous version, the test was fine. When testing with v1.5.0, when the number of devices increases, there will be a lot of i/o timeouts. ` {"level":"error","timestamp":"2022-08-29T07:27:29.695+0800","logger":"broker","caller":"broker/client.go:174","msg":"read packet error:...
It would be great to support publishing Prometheus metrics!
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...