mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-15 20:44:46 +00:00
Moving cruftier services that are only used for tests under a test repo
This commit is contained in:
24
test/pubsub/README.md
Normal file
24
test/pubsub/README.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user