Wind
                                            Wind
                                        
                                    Support MQTT 5 protocol And Cluster. May refer to https://github.com/wind-c/comqtt .
I implemented cluster based on mochi-co/mqtt v2.0, and mochi-co's hook design is easy to expand. However, a few changes were made to the mochi-co/mqtt code. Cluster is complex and involves...
集群模式需要Redis管理一些跨节点数据。单机模式可不依赖Redis。
Comqtt can send messages from the Broker to Kafka, but cannot send messages if the Broker is unavailable. So, what are your specific application scenarios?
Comqtt supports multiple authentication ways. It is developed based on the mochi-co/mqtt v2.0 hook, later it can be pulled out and contributed to mochi-co/mqtt. May refer to https://github.com/wind-c/comqtt .
Let me look at the contents of auth-mysql.yml.
Is the program running properly now?
I'll try to replicate it and fix it.
什么应用场景,一般Broker上客户端连接数万以上,返回列表太大了。