nats-io / jsm.go

JetStream Management Library for Golang
Apache License 2.0
151 stars 26 forks source link

Force consumer replicas to be 1 so the NATS CLI client is faster and … #500

Closed davedotdev closed 10 months ago

davedotdev commented 10 months ago

Force consumer replicas to be 1 so the NATS CLI client is faster and more efficient for the server. In the case of broken clusters, we also do not want to add accidental & incidental failures and timeouts when viewing streams.

ripienaar commented 10 months ago

Thank you!