-
The NATS monitor port is now open on both the instance IP, as well as localhost, so that co-located jobs can easily access the metrics and forward them to, for example, a time series database.
-
When setting the
nats.machines
to override the list of IPs (or domain names), it is now possible to add routes for both TLS and non-TLS servers by setting the newnats.tls_cluster_port
andnats.nontls_cluster_port
properties on thenats
andnats-tls
jobs respectively.
Job | Property | v38 Default | v39 Default |
---|---|---|---|
nats | nats.tls_cluster_port
| Did Not Exist | No Default |
nats-tls | nats.nontls_cluster_port
| Did Not Exist | No Default |
This version is built with Go 1.15.5.