//
pkg.gl
Category
github.com/go-micro/examples
broker
package
0.0.0-20230412102204-758a9e786e6a
Repository:
https://github.com/go-micro/examples.git
Documentation:
pkg.go.dev
Overview
Dependencies
6
Dependents
0
#
Packages
consumer
No description provided by the author
producer
No description provided by the author
#
README
Broker
The
broker
is an interface for PubSub.
Contents
main.go - uns pub-sub as two go routines for 10 seconds.
producer - publishes messages to the broker every second
consumer - consumes any messages sent by the producer