This website requires JavaScript.
Explore
Help
Register
Sign In
go
/
go-micro
Watch
1
Star
0
Fork
0
You've already forked go-micro
mirror of
https://github.com/go-micro/go-micro.git
synced
2024-12-12 08:23:58 +02:00
Code
Issues
Releases
Activity
d94936f6c9
go-micro
/
examples
/
broker
History
Asim Aslam
d94936f6c9
v3 (
#2104
)
...
* v3 * revert plugins * fixup some issues
2021-01-20 13:54:31 +00:00
..
consumer
v3 (
#2104
)
2021-01-20 13:54:31 +00:00
producer
v3 (
#2104
)
2021-01-20 13:54:31 +00:00
main.go
v3 (
#2104
)
2021-01-20 13:54:31 +00:00
README.md
Add examples
2020-12-26 15:17:20 +00:00
README.md
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