Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

自定义Broker

本篇演示如何自定义Broker。

内容

  • server.go - 服务端
  • pub.go - 发布端

pub.go发布端负责发布两个主题消息go.micro.topic.custom1go.micro.topic.custom2

server.go发布端负责订阅两个主题消息go.micro.topic.custom1go.micro.topic.custom2

运行

运行服务端

go run server.go

运行发布端

go run pub.go