nats-io / nats-architecture-and-design

Architecture and Design Docs
Apache License 2.0
187 stars 20 forks source link

Consumer configuration can accept a number of replicas #130

Closed scottf closed 1 year ago

scottf commented 1 year ago

Overview

From the schema:

"num_replicas": {
  "description": "When set do not inherit the replica count from the stream but specifically set it to this amount",
  "type": "integer",
  "minimum": 0,
  "maximum": 5,
  "$comment": "integer with a dynamic bit size depending on the platform the cluster runs on, can be up to 64bit"
},

Clients and Tools

Other Tasks

Client authors please update with your progress. If you open issues in your own repositories as a result of this request, please link them to this one by pasting the issue URL in a comment or main issue description.

marthaCP commented 1 year ago

All items completed; added to Parity sheet on 10/27/22