标签:start ESS 截图 view order address info bubuko play
因为是mac 系统安装试用brew install nsq
brew install nsq
守护进程进行消息的接受,缓存以及传递消息给客户端,需要配置nsqlookupd地址
守护进程,启动服务的发现,为消息者提供查找nsqd 生产者指定的topic
一个可视化界面,方便进行nsq 的管理以及监控
nsqlookupd
nsqlookupd
nsqd --lookupd-tcp-address=127.0.0.1:4160
nsqadmin --lookupd-http-address=127.0.0.1:4161
curl -d ‘hello world 1‘ ‘http://127.0.0.1:4151/pub?topic=test‘
nsq_to_file --topic=test --output-dir=/tmp --lookupd-http-address=127.0.0.1:4161
curl -d ‘hello world 2‘ ‘http://127.0.0.1:4151/pub?topic=test‘
curl -d ‘hello world 3‘ ‘http://127.0.0.1:4151/pub?topic=test‘
https://nsq.io/overview/quick_start.html
https://nsq.io/overview/design.html
标签:start ESS 截图 view order address info bubuko play
原文地址:https://www.cnblogs.com/rongfengliang/p/9221903.html