Skip to content

Commit 56c159e

Browse files
authored
Merge pull request #2031 from nats-io/nats_2_5_0
[nats] Release v2.5.0
2 parents 8f372ae + 9a5c4c1 commit 56c159e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

nats/content.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ The routing protocol has been dramatically improved and adds support for account
3535

3636
$ docker run -d --name nats-main -p 4222:4222 -p 6222:6222 -p 8222:8222 %%IMAGE%%
3737
[INF] Starting nats-server
38-
[INF] Version: 2.4.0
39-
[INF] Git: [e49eb66]
40-
[INF] Name: NDD4W3464ZNB3HLNZMIJ6LNBJBWOY7S46WGSDXEZYR4EXJZEBXG3GNQV
41-
[INF] ID: NDD4W3464ZNB3HLNZMIJ6LNBJBWOY7S46WGSDXEZYR4EXJZEBXG3GNQV
38+
[INF] Version: 2.5.0
39+
[INF] Git: [b3c19b9]
40+
[INF] Name: NDOAFYR5GPZAXCC6WHG4NNY232XA6MRR6KW4KHHSSIEZZ2LFSZPW6JZT
41+
[INF] ID: NDOAFYR5GPZAXCC6WHG4NNY232XA6MRR6KW4KHHSSIEZZ2LFSZPW6JZT
4242
[INF] Using configuration file: /etc/nats/nats-server.conf
4343
[INF] Starting http monitor on 0.0.0.0:8222
4444
[INF] Listening for client connections on 0.0.0.0:4222
4545
[INF] Server is ready
46-
[INF] Cluster name is G6J54kuCJLzxyajVVqSDNr
46+
[INF] Cluster name is FzCKdjuPg8fZCOfKfGduKN
4747
[WRN] Cluster name was dynamically generated, consider setting one
4848
[INF] Listening for route connections on 0.0.0.0:6222
4949
...
@@ -57,19 +57,19 @@ $ docker run -d --name=nats-2 --link nats-main -p 4222:4222 -p 6222:6222 -p 8222
5757
# If you want to verify the routes are connected, try this instead:
5858
$ docker run -d --name=nats-2 --link nats-main -p 4222:4222 -p 6222:6222 -p 8222:8222 %%IMAGE%% -c nats-server.conf --routes=nats-route://ruser:T0pS3cr3t@nats-main:6222 -DV
5959
[INF] Starting nats-server
60-
[INF] Version: 2.4.0
61-
[INF] Git: [e49eb66]
62-
[DBG] Go build: go1.16.7
63-
[INF] Name: NDAZ2NJ2NHI7K3ZZYXPNN3HA3OL6LJTY3AOYJPWN7LWUUXGIVZKEFJD6
64-
[INF] ID: NDAZ2NJ2NHI7K3ZZYXPNN3HA3OL6LJTY3AOYJPWN7LWUUXGIVZKEFJD6
60+
[INF] Version: 2.5.0
61+
[INF] Git: [b3c19b9]
62+
[DBG] Go build: go1.16.8
63+
[INF] Name: NAXVQUTCV2F44H2OWFT3FNSNDL3GL7XWW524KB2L6V2OJ3UZTU5QTGJL
64+
[INF] ID: NAXVQUTCV2F44H2OWFT3FNSNDL3GL7XWW524KB2L6V2OJ3UZTU5QTGJL
6565
[INF] Using configuration file: /etc/nats/nats-server.conf
6666
[DBG] Created system account: "$SYS"
6767
[INF] Starting http monitor on 0.0.0.0:8222
6868
[INF] Listening for client connections on 0.0.0.0:4222
6969
[DBG] Get non local IPs for "0.0.0.0"
7070
[DBG] ip=172.17.0.3
7171
[INF] Server is ready
72-
[INF] Cluster name is PkYwF11GKlDT13nuF9XqcL
72+
[INF] Cluster name is cADbRo1M3jgtyRiWYQXQ0O
7373
[WRN] Cluster name was dynamically generated, consider setting one
7474
[INF] Listening for route connections on 0.0.0.0:6222
7575
[DBG] Trying to connect to route on nats-main:6222 (172.17.0.2:6222)
@@ -80,7 +80,7 @@ $ docker run -d --name=nats-2 --link nats-main -p 4222:4222 -p 6222:6222 -p 8222
8080
[DBG] Trying to connect to route on nats-main:6222 (172.17.0.2:6222)
8181
[DBG] 172.17.0.2:6222 - rid:5 - Route connect msg sent
8282
[INF] 172.17.0.2:6222 - rid:5 - Route connection created
83-
[DBG] 172.17.0.2:6222 - rid:5 - Registering remote route "NDD4W3464ZNB3HLNZMIJ6LNBJBWOY7S46WGSDXEZYR4EXJZEBXG3GNQV"
83+
[DBG] 172.17.0.2:6222 - rid:5 - Registering remote route "NCJFG422FFNRRZVKLEARWSGPIWFVUTYNAX3UWFFBLW7CK6FI2JCHVYLA"
8484
[DBG] 172.17.0.2:6222 - rid:5 - Sent local subscriptions to route
8585
```
8686

0 commit comments

Comments
 (0)