1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-12-24 10:07:04 +02:00
go-micro/examples/broker
2020-12-26 15:17:20 +00:00
..
consumer Add examples 2020-12-26 15:17:20 +00:00
producer Add examples 2020-12-26 15:17:20 +00:00
main.go Add examples 2020-12-26 15:17:20 +00:00
README.md Add examples 2020-12-26 15:17:20 +00:00

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