Skip to content

Commit 0de6910

Browse files
Run update.sh
1 parent 60fae15 commit 0de6910

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

nats/README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@ WARNING:
6868

6969
`nats` is a high performance server for the NATS Messaging System.
7070

71-
# Backward Compatibility
72-
73-
The routing protocol has been dramatically improved and adds support for accounts and multi-tenancy. The new protocol is not backward compatible with servers pre v2.0.0.
74-
7571
# Example usage
7672

7773
```bash
@@ -99,8 +95,8 @@ The routing protocol has been dramatically improved and adds support for account
9995

10096
$ docker run -d --name nats-main -p 4222:4222 -p 6222:6222 -p 8222:8222 nats
10197
[INF] Starting nats-server
102-
[INF] Version: 2.9.3
103-
[INF] Git: [25e82d7d]
98+
[INF] Version: 2.9.8
99+
[INF] Git: [60e335a]
104100
[INF] Cluster: my_cluster
105101
[INF] Name: NB3YN6SPZF6MWTLPGYLRE2AD5VVWSW443RO43YR5GC62I463QPYGOL5C
106102
[INF] ID: NB3YN6SPZF6MWTLPGYLRE2AD5VVWSW443RO43YR5GC62I463QPYGOL5C
@@ -121,9 +117,9 @@ $ docker run -d --name=nats-2 --link nats-main -p 4222:4222 -p 6222:6222 -p 8222
121117
# If you want to verify the routes are connected, try this instead:
122118
$ docker run -d --name=nats-2 --link nats-main -p 4222:4222 -p 6222:6222 -p 8222:8222 nats -c /etc/nats/nats-server.conf --routes=nats-route://ruser:T0pS3cr3t@nats-main:6222 -DV
123119
[INF] Starting nats-server
124-
[INF] Version: 2.9.3
125-
[INF] Git: [25e82d7d]
126-
[DBG] Go build: go1.19.2
120+
[INF] Version: 2.9.8
121+
[INF] Git: [60e335a]
122+
[DBG] Go build: go1.19.3
127123
[INF] Cluster: my_cluster
128124
[INF] Name: NDFNAUTD4RKS2O7CMKMDMTV3DW5NIKFCQDDMXW2A5YXLUZWWX7RYFCKB
129125
[INF] ID: NDFNAUTD4RKS2O7CMKMDMTV3DW5NIKFCQDDMXW2A5YXLUZWWX7RYFCKB

0 commit comments

Comments
 (0)