comqtt
comqtt copied to clipboard
A lightweight, high-performance go mqtt server(v3.0|v3.1.1|v5.0) supporting distributed cluster
Hi, is there way to queue/retry messages sent to kafka if the broker isn't available?
目前看配置好像需要用到redis,没有使用redis,程序启动会失败,请问可以不用redis也能正常运行吗?那该如何修改呢?
Using some code based on cmd/single/main.go with MySQL configuration in .yml, every time a client connected to the broker resulted in "panic: runtime error: invalid memory address or nil pointer...
我尝试订阅 $SYS/broker/chen_list 没找到这个
I set this config:  and the client receives no messages after that. if acl-mode is 0, then the results can be received  my acl config block is :...
Hello, - As the number of configurations increases, managing them becomes complex, so I would like to use a configuration file. - In Kubernetes, IP addresses change dynamically, and at...
According to the README, BoltDB (bbolt) is deprecated. Would a pull request to remove bbolt code be accepted?
是不是哪里设置不太对
On a busy cluster (a lot of simultaneously connecting mqtt clients) I occasionally run into the following error ``` fatal error: concurrent map iteration and map write goroutine 61 [running]:...
栈内存占用较多,1w连接占用 700M内存,是哪里配置的问题吗?