Skip to content

Commit 1d5025e

Browse files
committed
[nats] Release v1.4.0
Details can be found [here](https://github.com/nats-io/gnatsd/releases/tag/v1.4.0) Signed-off-by: Ivan Kozlovic <[email protected]>
1 parent 2b9b175 commit 1d5025e

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

nats/content.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
# Check "docker run" for more information.
3131

3232
$ docker run -d --name nats-main -p 4222:4222 -p 6222:6222 -p 8222:8222 %%IMAGE%%
33-
[INF] Starting nats-server version 1.3.0
34-
[INF] Git commit [eed4fbc]
33+
[INF] Starting nats-server version 1.4.0
34+
[INF] Git commit [ce2df36]
3535
[INF] Starting http monitor on 0.0.0.0:8222
3636
[INF] Listening for client connections on 0.0.0.0:4222
3737
[INF] Server is ready
@@ -47,18 +47,18 @@ $ docker run -d --name=nats-2 --link nats-main -p 4222:4222 -p 6222:6222 -p 8222
4747

4848
# If you want to verify the routes are connected, try this instead:
4949
$ docker run -d --name=nats-2 --link nats-main -p 4222:4222 -p 6222:6222 -p 8222:8222 %%IMAGE%% -c gnatsd.conf --routes=nats-route://ruser:T0pS3cr3t@nats-main:6222 -DV
50-
[INF] Starting nats-server version 1.3.0
51-
[DBG] Go build version go1.11
52-
[INF] Git commit [eed4fbc]
50+
[INF] Starting nats-server version 1.4.0
51+
[DBG] Go build version go1.11.4
52+
[INF] Git commit [ce2df36]
5353
[INF] Starting http monitor on 0.0.0.0:8222
5454
[INF] Listening for client connections on 0.0.0.0:4222
55-
[DBG] Server id is TH1MRk9Mug4fgIDdcXIo6R
55+
[DBG] Server id is n82AYgh7RMsbfAsitmpXzk
5656
[INF] Server is ready
5757
[INF] Listening for route connections on 0.0.0.0:6222
5858
[DBG] Trying to connect to route on nats-main:6222
5959
[DBG] 172.17.0.2:6222 - rid:1 - Route connection created
6060
[DBG] 172.17.0.2:6222 - rid:1 - Route connect msg sent
61-
[DBG] 172.17.0.2:6222 - rid:1 - Registering remote route "kxi2il81mIY4TsgwdGl9Fb"
61+
[DBG] 172.17.0.2:6222 - rid:1 - Registering remote route "cC1EkYhtbDovu0HYthjzHV"
6262
[DBG] 172.17.0.2:6222 - rid:1 - Route sent local subscriptions
6363
```
6464

@@ -105,6 +105,7 @@ Server Options:
105105
-ms,--https_port <port> Use port for https monitoring
106106
-c, --config <file> Configuration file
107107
-sl,--signal <signal>[=<pid>] Send signal to gnatsd process (stop, quit, reopen, reload)
108+
<pid> can be either a PID (e.g. 1) or the path to a PID file (e.g. /var/run/gnatsd.pid)
108109
--client_advertise <string> Client URL to advertise to other servers
109110

110111
Logging Options:

0 commit comments

Comments
 (0)