emqttd 0.16.0 beta 發布,MQTT消息服務器
emqttd 0.16.0 版本正式發布。根據用戶建議變更開源協議為Apache 2.0。
改進集群(Cluster)設計,支持加入(Join)、離開(Leave)或刪除(Remove)集群節點。
$ ./bin/emqttd_ctl cluster cluster join <Node> #Join the cluster cluster leave #Leave the cluster cluster remove <Node> #Remove the node from cluster 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://www.oschina.net//news/70727/emqttd-0-16-0-beta
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!