Skip to content

Commit 9392308

Browse files
authored
Merge pull request #76 from ianarsenault/remove-attribute-dups
remove duplicate replica attribute references from docs
2 parents 0188312 + 94aa240 commit 9392308

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ resource "jetstream_stream" "ORDERS" {
134134
* `storage` - (optional) The storage engine to use to back the stream (string)
135135
* `subjects` - The list of subjects that will be consumed by the Stream (["list", "string"])
136136
* `duplicate_window` - (optional) The time window size for duplicate tracking, duration specified in seconds (number)
137-
* `replicas` - (optional) How many replicas of the data to keep in a clustered environment
138137
* `placement_cluster` - (optional) Place the stream in a specific cluster, influenced by placement_tags
139138
* `placement_tags` - (optional) Place the stream only on servers with these tags
140139
* `source` - (optional) List of streams to source

docs/resources/jetstream_stream.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ Above the `ORDERS_ARCHIVE` stream is a mirror of `ORDERS`, valid options for spe
5353
* `storage` - (optional) The storage engine to use to back the stream (string)
5454
* `subjects` - The list of subjects that will be consumed by the Stream (["list", "string"])
5555
* `duplicate_window` - (optional) The time window size for duplicate tracking, duration specified in seconds (number)
56-
* `replicas` - (optional) How many replicas of the data to keep in a clustered environment
5756
* `placement_cluster` - (optional) Place the stream in a specific cluster, influenced by placement_tags
5857
* `placement_tags` - (optional) Place the stream only on servers with these tags
5958
* `source` - (optional) List of streams to source

0 commit comments

Comments
 (0)