开源高性能消息系统,NSQ 0.3.1 发布
NSQ 是无中心设计、节点自动注册和发现的开源消息系统。可作为内部通讯框架的基础。
特点:
1.追求简单部署
2.追求高可用、避免单点故障、无中心设计
3.确保消息送达
4.生产者消费者自动发现、消费者连接所有生产者、向消费者推的模式
5.提供 HTTP 接口
新特性:
-
#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