Skip to content

Commit

Permalink
[nats] Release v2.9.0
Browse files Browse the repository at this point in the history
Details can be found [here](https://github.com/nats-io/nats-server/releases/tag/v2.9.0)

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
  • Loading branch information
kozlovic committed Sep 9, 2022
1 parent 8ef5e18 commit 7f2717f
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions nats/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ 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.8.0
[INF] Git: [90721ee]
[INF] Version: 2.9.0
[INF] Git: [517d9b3]
[INF] Cluster: my_cluster
[INF] Name: NACBPAD7HO74EVBPXRZS63EAWJU77K5DJ3U5GAT6POYQLCCR6LWQ45K3
[INF] ID: NACBPAD7HO74EVBPXRZS63EAWJU77K5DJ3U5GAT6POYQLCCR6LWQ45K3
[INF] Name: NDKNWZCFBABRJK6ABEFZNHU2OJNXNITRYRUM7CVWXWPDFTTJPX4EMI7T
[INF] ID: NDKNWZCFBABRJK6ABEFZNHU2OJNXNITRYRUM7CVWXWPDFTTJPX4EMI7T
[INF] Using configuration file: /etc/nats/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,24 +57,26 @@ $ 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 /etc/nats/nats-server.conf --routes=nats-route://ruser:T0pS3cr3t@nats-main:6222 -DV
[INF] Starting nats-server
[INF] Version: 2.8.0
[INF] Git: [90721ee]
[INF] Version: 2.9.0
[INF] Git: [517d9b3]
[DBG] Go build: go1.19.1
[INF] Cluster: my_cluster
[INF] Name: NDYKDMWQQ4POOAM7FUKC4JBT3T4A44ZIEY3RGFXTDVFZGRIXFZSW72PZ
[INF] ID: NDYKDMWQQ4POOAM7FUKC4JBT3T4A44ZIEY3RGFXTDVFZGRIXFZSW72PZ
[INF] Name: NBHA5GIXU7AHLOIQGHJ4VV7QIOPOHYN65FIJSFEI2CCM3VIKGJ66VJYS
[INF] ID: NBHA5GIXU7AHLOIQGHJ4VV7QIOPOHYN65FIJSFEI2CCM3VIKGJ66VJYS
[INF] Using configuration file: /etc/nats/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.4
[DBG] ip=172.17.0.2
[INF] Server is ready
[DBG] maxprocs: Leaving GOMAXPROCS=4: CPU quota undefined
[INF] Cluster name is my_cluster
[INF] Listening for route connections on 0.0.0.0:6222
[DBG] Trying to connect to route on nats-main:6222 (172.17.0.3:6222)
[DBG] 172.17.0.3:6222 - rid:4 - Route connect msg sent
[INF] 172.17.0.3:6222 - rid:4 - Route connection created
[DBG] 172.17.0.3:6222 - rid:4 - Registering remote route "NBOAKL2UBTVRBDLU5ZQGWPXZYR5I6V7WA54H3XUPMP7XGVSBRKUEAZS4"
[DBG] 172.17.0.3:6222 - rid:4 - Registering remote route "NCTDSUCJPZVSZH2WHOUMJIMDV6FVJOBLCLMN2K73T2IPAKG6B7HXFAS4"
[DBG] 172.17.0.3:6222 - rid:4 - Sent local subscriptions to route
```

Expand Down

0 comments on commit 7f2717f

Please sign in to comment.