開源高性能消息系統,NSQ 0.3.1 發布
NSQ 是無中心設計、節點自動注冊和發現的開源消息系統。可作為內部通訊框架的基礎。
特點:
1.追求簡單部署
2.追求高可用、避免單點故障、無中心設計
3.確保消息送達
4.生產者消費者自動發現、消費者連接所有生產者、向消費者推的模式
5.提供 HTTP 接口
ephemeral 主題)。此外 TLS 選項繼續改進對 --tls-min-version 的支持以及 TLS_FALLBACK_SCSV 的
bug 修復。
新特性:
-
#527 - nsq_stat: deprecate--status-everyin favor of--interval
-
#524 - nsq_stat: add--countoption (thanks @nordicdyno)
-
#518 - nsqd: set defaults for--tls-min-versionand set TLS max version to 1.2
-
#475/#513/#518 - nsqd:--tls-requiredcan be disabled for HTTP / add--tls-min-version(thanks @twmb)
-
#496 - nsq_to_file: add<PID>to filename and rotation by size/interval (thanks @xiaost)
-
#505 - nsqd: speed up failure path ofBytesToBase10(thanks @iand)
Bug 修復:
-
#522 - nsqadmin: fix#ephemeraltopic deletion issues
-
#509 - nsqd: fixdiskqueueatomic rename on Windows (thanks @allgeek)
-
#479 - nsqd: returnoutput_buffer_*resolved settings inIDENTIFYresponse (thanks @tj)
下載地址:
來自:http://www.oschina.net/news/59132/nsq-0-3-1