1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

GitBook: [master] 2 pages modified

This commit is contained in:
Ginger Collison 2021-03-15 14:10:40 +00:00 committed by gitbook-bot
parent 0f1d9e01a8
commit ea8b4087f0
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@
* [About Jetstream](jetstream/jetstream.md)
* [Concepts](jetstream/concepts/README.md)
* [Streams](jetstream/concepts/streams.md)
* [Consumes](jetstream/concepts/consumers.md)
* [Consumers](jetstream/concepts/consumers.md)
* [Configuration](jetstream/concepts/configuration.md)
* [Getting Started](jetstream/getting_started/README.md)
* [Using Docker](jetstream/getting_started/using_docker.md)

View File

@ -1,4 +1,4 @@
# Consumes
# Consumers
Each Consumer, or related group of Consumers, of a Stream will need an Consumer defined. It's ok to define thousands of these pointing at the same Stream.