阿里百川梦想创业大赛,500万创投寻找最赞的APP
NSQ 0.3.1 发布了,该版本包含一些小 bug 修复和新特性。改进了 nsq_stat 和 nsq_to_file 助手应用(支持 #ephemeral 主题)。此外 TLS 选项继续改进对 --tls-min-version 的支持以及 TLS_FALLBACK_SCSV 的 bug 修复。
新特性:
#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 <PID>
to filename and rotation by size/interval (thanks @xiaost )
#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 )
下载地址:
OS X: nsq-0.3.1.darwin-amd64.go1.4.1.tar.gz
Linux: nsq-0.3.1.linux-amd64.go1.4.1.tar.gz
NSQ 是无中心设计、节点自动注册和发现的开源消息系统。可作为内部通讯框架的基础。
特点:
1.追求简单部署
2.追求高可用、避免单点故障、无中心设计
3.确保消息送达
4.生产者消费者自动发现、消费者连接所有生产者、向消费者推的模式
5.提供 HTTP 接口