Files
services/test/pubsub
ben-toogood 784ed763fd Remove references to go-micro (#13)
* Remove references to go-micro

* Fix proto import
2020-10-16 13:23:04 +01:00
..
2020-10-16 13:23:04 +01:00
2020-10-15 17:04:38 +02:00

PubSub

A simple example of using PubSub

Overview

This example is a simple pubsub service which subscribes to a topic and periodically publishes to the same place. The interface for how it works may change but its simple enough.

Usage

# start micro
micro server

# run pubsub
micro run pubsub

# check status
micro status

# get the logs
micro logs pubsub