新特性:
#527 - nsq_stat: deprecate --status-every in favor of --interval
#524 - nsq_stat: add --count option (thanks @nordicdyno)
#518 - nsqd: set defaults for --tls-min-version and set TLS max version to 1.2
#475/#513/#518 - nsqd: --tls-required can be disabled for HTTP / add --tls-min-version (thanks @twmb)
#496 - nsq_to_file: add
#507 - nsq_stat: add rates (thanks @xiaost)
#505 - nsqd: speed up failure path of BytesToBase10 (thanks @iand)
Bug 修复:
#522 - nsqadmin: fix #ephemeral topic deletion issues
#509 - nsqd: fix diskqueue atomic rename on Windows (thanks @allgeek)
#479 - nsqd: return output_buffer_* resolved settings in IDENTIFY response (thanks @tj)
NSQ 是无中心设计、节点自动注册和发现的开源消息系统。可作为内部通讯框架的基础。
特点:
1.追求简单部署
2.追求高可用、避免单点故障、无中心设计
3.确保消息送达
4.生产者消费者自动发现、消费者连接所有生产者、向消费者推的模式
5.提供 HTTP 接口
软件详情:https://github.com/bitly/nsq/
下载地址:https://github.com/bitly/nsq/releases/download/v0.3.1/nsq-0.3.1.linux-amd64.go1.4.1.tar.gz
来自:开源中国社区

