command
Version:
v0.0.0-...-908d554
Opens a new window with list of versions in this module.
Published: Nov 2, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
自定义Broker
本篇演示如何自定义Broker。
内容
- server.go - 服务端
- pub.go - 发布端
pub.go发布端负责发布两个主题消息go.micro.topic.custom1和go.micro.topic.custom2
server.go发布端负责订阅两个主题消息go.micro.topic.custom1和go.micro.topic.custom2
运行
运行服务端
go run server.go
运行发布端
go run pub.go
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.