1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-11-30 08:06:40 +02:00
go-micro/examples/broker
2021-10-12 12:55:53 +01:00
..
consumer go-micro.dev/v4 (#2305) 2021-10-12 12:55:53 +01:00
producer go-micro.dev/v4 (#2305) 2021-10-12 12:55:53 +01:00
main.go go-micro.dev/v4 (#2305) 2021-10-12 12:55:53 +01:00
README.md examples at v3 2021-01-20 21:28:48 +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