Ai大模型相关案例,AI
NSQ 0.3.1 发布了,该版本包含一些小 bug 修复和新特性。改进了 nsq_stat 和 nsq_to_file 助手应用(支持 #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) - #507 – nsq_stat: add rates (thanks @xiaost)
- #505 – nsqd: speed up failure path of
BytesToBase10(thanks @iand)
Bug 修复:
- #522 – nsqadmin: fix
#ephemeraltopic deletion issues - #509 – nsqd: fix
diskqueueatomic rename on Windows (thanks @allgeek) - #479 – nsqd: return
output_buffer_*resolved settings inIDENTIFYresponse (thanks @tj)
下载地址:
NSQ 是无中心设计、节点自动注册和发现的开源消息系统。可作为内部通讯框架的基础。
特点:
1.追求简单部署
2.追求高可用、避免单点故障、无中心设计
3.确保消息送达
4.生产者消费者自动发现、消费者连接所有生产者、向消费者推的模式
5.提供 HTTP 接口









