Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Latest commit

 

History

History

broker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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