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

Updated INFO protocol to include ldm

Added information about forthcoming `ldm` client notifications.
This commit is contained in:
Alberto Ricart 2020-07-20 10:36:58 -05:00 committed by GitHub
parent a8e2c4357a
commit 55d883db6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,6 +81,7 @@ The valid options are as follows:
* `tls_required`: If this is set, then the client must perform the TLS/1.2 handshake. Note, this used to be `ssl_required` and has been updated along with the protocol from SSL to TLS.
* `tls_verify`: If this is set, the client must provide a valid certificate during the TLS handshake.
* `connect_urls` : An optional list of server urls that a client can connect to.
* `ldm`: If the server supports _Lame Duck Mode_ notifications, and the current server has transitioned to lame duck, `ldm` will be set to `true`.
#### connect\_urls