Skip to content

Commit

Permalink
Add publisher configuration example docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Qinusty committed Apr 15, 2021
1 parent 6a22d67 commit a331ce2
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions publisher/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Publishers

Various publishers are available for use publishing packages, each of these can be configured for use as seen in examples below.

## Configuration examples

### stdout

```
publisher:
type: stdout
```

### GCP Pub Sub

```
publisher:
type: gcp_pubsub
config:
url: gcppubsub://foo.bar
```

### stdout

```
publisher:
type: kafka
config:
brokers:
- 127.0.0.1:9092
topic: packagefeeds
```

0 comments on commit a331ce2

Please sign in to comment.