comqtt icon indicating copy to clipboard operation
comqtt copied to clipboard

A lightweight, high-performance go mqtt server(v3.0|v3.1.1|v5.0) supporting distributed cluster

Results 22 comqtt issues
Sort by recently updated
recently updated
newest added

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: ![image](https://github.com/wind-c/comqtt/assets/350283/4432c001-d78f-4d66-a6a7-db53fd05ad15) and the client receives no messages after that. if acl-mode is 0, then the results can be received ![image](https://github.com/wind-c/comqtt/assets/350283/8ad0919f-074d-4021-ba46-ffd92df4ab83) 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内存,是哪里配置的问题吗?