nsq std foundation 源码
提供了一个NSQ项目二次封装 目录结构 +-- api | +-- nsq_server // 对外总线 | +-- consumer_server // 对外消费方服务 | +-- publisher_server // 对外生产方服务 | +-- common_server // 对外公共服务(增加、删除topic channel等等) | +-- publisher // 生产方服务 | +-- publisher // 生产方接口 | +-- publisher_impl // 生产方接口实现 | +-- consumer // 消费方服务 | +-- consumer // 消费方接口 | +-- consumer_impl
文件列表
nsq-std-foundation-master.zip
(预估有个28文件)
nsq-std-foundation-master
consumer
consumer.go
192B
consumer_impl.go
2KB
go.mod
611B
mq
mq_common.go
4KB
lookupd_test.go
322B
channels
channel_impl.go
2KB
暂无评论