nats-io / nats-architecture-and-design

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

Add connection option to ignore discovered urls on reconnect. #113

Open scottf opened 2 years ago

scottf commented 2 years ago

Overview

Add an option to instruct client to ignore discovered URLs from server INFO messages, and use only the initial Connect URL.

The Issue 891 from nats.go repo has a good explanation.

Example implementation in nats.go Pull 892

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.

aricart commented 2 years ago

Some clients have supported this for a long time.

scottf commented 2 years ago

If your client already supports this or if you complete it, please mark it as done.