This commit is contained in:
Asim Aslam 2018-03-22 16:46:34 +00:00
parent 5d3d61855c
commit 270e9118c4

View File

@ -299,6 +299,8 @@ Register the message handler with a `topic`
micro.RegisterSubscriber("events", ProcessEvent)
```
See [examples/pubsub](https://github.com/micro/examples/tree/master/pubsub) for a complete example.
## Plugins
By default go-micro only provides a few implementation of each interface at the core but it's completely pluggable. There's already dozens of plugins which are available at [github.com/micro/go-plugins](https://github.com/micro/go-plugins). Contributions are welcome!