Skip to content

[nats] Release v2.2.2 #1924

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions nats/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ The routing protocol has been dramatically improved and adds support for account

$ docker run -d --name nats-main -p 4222:4222 -p 6222:6222 -p 8222:8222 %%IMAGE%%
[INF] Starting nats-server
[INF] Version: 2.2.1
[INF] Git: [0bdd8f8]
[INF] Name: NC6WB3T3VDWH5PFHXUZ65E2JKTVP5UKQMFRSLW3MC4IOLWR2FE5AMWX3
[INF] ID: NC6WB3T3VDWH5PFHXUZ65E2JKTVP5UKQMFRSLW3MC4IOLWR2FE5AMWX3
[INF] Version: 2.2.2
[INF] Git: [a5f3aab]
[INF] Name: NDFKN2UHCGYJGFPP34WAMUJFQT64B7JFOKLBYDDRIDNONPJO3NAGOQZR
[INF] ID: NDFKN2UHCGYJGFPP34WAMUJFQT64B7JFOKLBYDDRIDNONPJO3NAGOQZR
[INF] Using configuration file: nats-server.conf
[INF] Starting http monitor on 0.0.0.0:8222
[INF] Listening for client connections on 0.0.0.0:4222
Expand All @@ -57,19 +57,19 @@ $ docker run -d --name=nats-2 --link nats-main -p 4222:4222 -p 6222:6222 -p 8222
# If you want to verify the routes are connected, try this instead:
$ 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
[INF] Starting nats-server
[INF] Version: 2.2.1
[INF] Git: [0bdd8f8]
[INF] Version: 2.2.2
[INF] Git: [a5f3aab]
[DBG] Go build: go1.16.3
[INF] Name: NDVTYQEVGN2IFP2WBPAETZXAJJMV5BKHBYQSMTE5Z4RZ2CQQD7NJN5YG
[INF] ID: NDVTYQEVGN2IFP2WBPAETZXAJJMV5BKHBYQSMTE5Z4RZ2CQQD7NJN5YG
[INF] Name: NDV5S72CIA5ZALWXUBGL3LIVG3A3PK36B32RQF25DUQYPG5KLV52EBSF
[INF] ID: NDV5S72CIA5ZALWXUBGL3LIVG3A3PK36B32RQF25DUQYPG5KLV52EBSF
[INF] Using configuration file: nats-server.conf
[DBG] Created system account: "$SYS"
[INF] Starting http monitor on 0.0.0.0:8222
[INF] Listening for client connections on 0.0.0.0:4222
[DBG] Get non local IPs for "0.0.0.0"
[DBG] ip=172.17.0.3
[INF] Server is ready
[INF] Cluster name is V0v7025tTHXkMQkjgfw0uX
[INF] Cluster name is 70r4HcDuxqObLOrd6s1by9
[WRN] Cluster name was dynamically generated, consider setting one
[INF] Listening for route connections on 0.0.0.0:6222
[DBG] Trying to connect to route on nats-main:6222 (172.17.0.2:6222)
Expand All @@ -80,7 +80,7 @@ $ docker run -d --name=nats-2 --link nats-main -p 4222:4222 -p 6222:6222 -p 8222
[DBG] Trying to connect to route on nats-main:6222 (172.17.0.2:6222)
[DBG] 172.17.0.2:6222 - rid:4 - Route connect msg sent
[INF] 172.17.0.2:6222 - rid:4 - Route connection created
[DBG] 172.17.0.2:6222 - rid:4 - Registering remote route "NDAOK6WSLKU3IIWUUKI5NAQ5NM6ICNKLVHZTMAGXR3GCQOIR67R3TJC3"
[DBG] 172.17.0.2:6222 - rid:4 - Registering remote route "NDUA32CQBEAM25FKPHFEGKBF5JIQQFDBGFSFXJ7R275CYFSGZ4DDCOSG"
[DBG] 172.17.0.2:6222 - rid:4 - Sent local subscriptions to route
```

Expand Down