改进集群(Cluster)设计,支持加入(Join)、离开(Leave)或删除(Remove)集群节点。
$ ./bin/emqttd_ctl cluster
cluster join
cluster leave #Leave the cluster
cluster remove
cluster status #Cluster status
改进路由(Route)与主题(Topic)树设计,只通配符Topic保存在路由树。
Common Test测试框架替代EUNIT,1.0版本前测试覆盖率达到80%。
改进:
mqtt_message record: add 'sender' field (#440)
refactor the emqttd, emqttd_time, emqttd_opts, emqttd_node modules.
问题:
noproc error when call to gen_server2:call(false, {add_route,Topic,}, infinity) (#446)
插件:
Changed the license of all plugins.
下载地址:http://emqtt.io/downloads
来自:开源中国社区

