Ginger Collison
fcdfef1a66
Merge pull request #219 from nats-io/jsz
...
[added] description for jsz endpoint
2021-03-15 10:28:58 -05:00
Ginger Collison
0ab2bb72b3
Merge pull request #216 from nats-io/websockets
...
Add Websocket Configuration Documentation
2021-03-15 10:19:02 -05:00
Ginger Collison
de69dd2a1f
Merge pull request #226 from nats-io/no-auth-auth-timeout
...
[added] explanation of authentication timeout while using no_auth_user
2021-03-15 10:07:28 -05:00
Ginger Collison
920e5cd7dd
Merge pull request #221 from nats-io/nas-nsc
...
[removed] -nsc option and config from account server doc
2021-03-15 10:06:07 -05:00
Ginger Collison
05a96ec4b1
GitBook: [master] one page modified
2021-03-15 15:00:05 +00:00
Ginger Collison
c4c4954404
GitBook: [master] one page modified
2021-03-15 14:59:32 +00:00
Ginger Collison
9791a4d12c
GitBook: [master] 14 pages modified
2021-03-15 14:58:32 +00:00
Ginger Collison
45ab567ab3
GitBook: [master] one page modified
2021-03-15 14:53:27 +00:00
Ginger Collison
2f8dc99d0d
GitBook: [master] 213 pages modified
2021-03-15 14:47:03 +00:00
Ginger Collison
c3854f2c5f
GitBook: [master] one page modified
2021-03-15 14:38:19 +00:00
Ginger Collison
aa207d6a14
GitBook: [master] 2 pages modified
2021-03-15 14:29:20 +00:00
Ginger Collison
5257c83a48
GitBook: [master] one page modified
2021-03-15 14:22:51 +00:00
Ginger Collison
dc27c6adad
GitBook: [master] one page modified
2021-03-15 14:18:07 +00:00
Ginger Collison
1ca6ed34a5
GitBook: [master] one page modified
2021-03-15 14:15:54 +00:00
Ginger Collison
ab3029f361
GitBook: [master] 2 pages modified
2021-03-15 14:15:31 +00:00
Ginger Collison
ea8b4087f0
GitBook: [master] 2 pages modified
2021-03-15 14:10:40 +00:00
Ginger Collison
0f1d9e01a8
GitBook: [master] 60 pages and 12 assets modified
2021-03-15 14:08:37 +00:00
Ginger Collison
3429cc74ff
Merge pull request #178 from nats-io/add_jetstream_docs
...
adding JetStream Docs
2021-03-15 09:04:46 -05:00
Ginger Collison
042264f33b
Grammar/syntax review
2021-03-03 09:30:05 -06:00
Colin Sullivan
21b5d724d5
Merge branch 'add_jetstream_docs' of github.com:nats-io/nats.docs into add_jetstream_docs
2021-03-02 21:39:49 -07:00
Colin Sullivan
bc3b2b9cd7
add jsz http endpoint
...
Signed-off-by: Colin Sullivan <colin@synadia.com>
2021-03-02 21:39:26 -07:00
Ginger Collison
9d1e003c05
Merge pull request #228 from nats-io/stan_updates_0_21_0
...
Updates following NATS Streaming server release v0.21.0
2021-03-02 09:06:48 -06:00
Ivan Kozlovic
a3f6f9c7aa
Updates following NATS Streaming server release v0.21.0
...
Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
2021-03-01 11:02:42 -07:00
Ginger Collison
6d4e66410a
Grammar/syntax updates
2021-03-01 09:31:13 -06:00
Colin Sullivan
19de4f5841
use natsio/nats-box
...
Signed-off-by: Colin Sullivan <colin@synadia.com>
2021-02-28 16:58:09 -07:00
Colin Sullivan
6151532084
add replication
...
Signed-off-by: Colin Sullivan <colin@synadia.com>
2021-02-28 14:44:14 -07:00
Colin Sullivan
ce3996faab
add replication
...
Signed-off-by: Colin Sullivan <colin@synadia.com>
2021-02-28 14:43:16 -07:00
Colin Sullivan
4dc2d7f0b7
update docs
...
Signed-off-by: Colin Sullivan <colin@synadia.com>
2021-02-27 17:30:51 -07:00
Ginger Collison
948866f9b0
Merge pull request #222 from bhass1/bhass1-patch-gateway-connections
...
Clarify Example Gateway Connection Logic
2021-02-24 12:07:48 -06:00
Ginger Collison
14b3eac59e
small grammar change
2021-02-24 12:04:12 -06:00
Ginger Collison
132bf6b19f
fixing JetStream capitalization
2021-02-24 11:19:50 -06:00
Ginger Collison
703b0392b1
Merge pull request #227 from andygarfield/patch-1
2021-02-24 09:08:54 -06:00
Andy Garfield
57fe4240bf
Fixed typo
2021-02-24 08:04:05 -05:00
Matthias Hanel
770b37eab9
[added] explanation of authentication timeout while using no_auth_user
...
Signed-off-by: Matthias Hanel <mh@synadia.com>
2021-02-23 17:03:18 -05:00
Jaime Piña
3f01c728c1
Replace mkpasswd with natscli ( #223 )
...
With mkpasswd now gone from nats-server, this change replaces instances of
mkpasswd with the new official natscli tool.
2021-02-17 13:59:12 -08:00
Ivan Kozlovic
6bacb945b4
Restructe layout, add README and config page, etc..
...
Resolves #205
Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
2021-02-16 10:33:35 -07:00
Ginger Collison
2b9d45ad7e
updates based on RI changes to README
2021-02-11 15:56:18 -06:00
Bill Hass
20046aa2eb
Clarify Example Gateway Connection Logic
...
The current description reads like each external gateway, B1 & B2, should have three connections from the local cluster because the local cluster has three gateway nodes. However, my understanding is that the external gateway _cluster_ will have three connections from the local cluster.
Added cluster at the end of sentence and clarified there will be three outbound connections from the local cluster.
2021-02-10 16:34:11 -05:00
Ivan Kozlovic
44fa12e358
Add note about frame types and content of a frame wrt NATS protocols
...
Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
2021-02-10 13:18:37 -07:00
Ginger Collison
a3224f0245
updates based on RI updates to README 020921
2021-02-09 16:50:24 -06:00
Matthias Hanel
8491031e17
[removed] -nsc option and config from account server doc
...
Signed-off-by: Matthias Hanel <mh@synadia.com>
2021-02-09 17:35:39 -05:00
Karan Kumar
d3dd6913fc
Fixed apiVersion for eks-efs-provisioner ( #212 )
...
* Fixed apiVersion for eks-efs-provisioner
* Update stan-ft-k8s-aws.md
2021-02-09 10:52:01 -08:00
Matthias Hanel
5cb7c796a1
[added] description for jsz endpoint
...
Signed-off-by: Matthias Hanel <mh@synadia.com>
2021-02-09 13:22:53 -05:00
Ginger Collison
b32623381c
Merge pull request #201 from nats-io/rm-shell-prompt
...
Remove shell prompt character
2021-02-09 11:13:34 -06:00
Ginger Collison
6d00a5523b
Update websockets.md
2021-02-08 13:46:16 -06:00
Ginger Collison
093b6459c6
update link to JWT
2021-02-08 13:41:32 -06:00
Ivan Kozlovic
2e36c79791
Some updates taken from Alberto's closed PR.
...
Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
2021-02-08 11:49:32 -07:00
Ivan Kozlovic
4f428bce64
Updates
...
Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
2021-02-08 09:59:02 -07:00
Ginger Collison
33acdbe454
Update websockets.md
2021-02-08 09:18:37 -06:00
Ginger Collison
b30546231a
Merge pull request #215 from nats-io/ldm
...
Add Lame Duck Mode Documentation
2021-02-07 11:17:16 -06:00