Julien Roncaglia
175589d2a7
Update the docs link for the rust crate
...
Seem like it has been renamed
2020-08-27 18:03:32 +02:00
ainsley
4382b309d9
Add C Client examples
2020-08-26 09:29:26 -05:00
Ivan Kozlovic
d02f91ff14
Added note regarding asynchronous subscriptions.
...
There is a misconception that asynchronous subscriptions mean that
message callbacks are invoked concurrently, which is not the case.
Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
2020-07-22 13:13:25 -06:00
Ginger Collison
e9dee4367f
Merge pull request #58 from GingerMoon/patch-2
...
flush wrongly used in the sample code
2020-05-01 13:37:40 -05:00
Ginger Collison
c4042ca7ab
Update request_reply.md
2020-05-01 13:37:12 -05:00
Tyler Neely
93e421a0a8
Add Rust documentation link
2020-04-23 13:01:55 +02:00
Ginger Collison
e5f7e70058
Update tls.md
2020-04-13 16:31:38 -05:00
Matthias Hanel
9443b0ced5
Fixing links (all lower chase anchors and removing github links)
...
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-04-13 16:22:10 -04:00
Ginger Collison
de933e912d
GitBook: [master] 61 pages modified
2020-04-10 14:41:07 +00:00
Matthias Hanel
7449aa6daa
Better explanation of jwt. Reorganizing files, adding links.
...
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-03-30 02:51:42 -04:00
Ginger Collison
e59525da15
Merge pull request #76 from nats-io/sys
...
Move sys_accounts to configuration, add subs=detail to monitoring
2020-03-24 13:29:13 -05:00
Matthias Hanel
9ff523d2c9
Move sys_accounts to configuration, add subs=detail to monitoring
...
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-03-23 18:32:35 -04:00
Dario Di Pasquale
a56550de9a
Typo correction
2020-03-21 17:39:55 +01:00
Aarush Ahuja
2e4d041290
Fix typo in Golang client connection example
...
Fixed typo from "connectioConnection" to "connection"
2020-03-19 02:37:03 +05:30
Ginger Collison
388d3c047d
Merge pull request #69 from nats-io/tls-client
...
Use certs generated in nats-server/configuration/securing_nats/tls.md
2020-03-16 17:12:44 -05:00
Matthias Hanel
03b8f44a27
Use certs generated in nats-server/configuration/securing_nats/tls.md
...
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-03-13 15:59:23 -04:00
Matthias Hanel
f769d89221
Changing protocol to miscelaneous, adding links, clarifying usage.
...
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-03-11 19:13:48 -04:00
Moon Wang
06e04e522e
flush wrongly used in the sample code
2020-02-19 19:55:34 +08:00
Pu-Chen Mao
9a6968d485
Update events.md
...
`ConnErrHandler` function prototype needs updating in example snippet
2020-02-12 18:02:19 +08:00
Matthias Hanel
e9dc3ace9e
Clarified behavior on slow consumer error and fixed typo
...
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-02-09 17:33:35 -05:00
Matthias Hanel
34220c4114
Incorporating comments from PR
...
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-02-09 15:40:13 -05:00
Ginger Collison
be826babb7
Update caches.md
2020-02-06 12:25:04 -06:00
Ginger Collison
80d508c987
Update tls.md
2020-02-06 12:22:23 -06:00
Ginger Collison
069bf345a4
Update max.md
2020-02-06 12:15:38 -06:00
Ginger Collison
02d8d46f94
Update buffer.md
2020-02-06 12:11:50 -06:00
Ginger Collison
d0ea1ea702
Update README.md
2020-02-06 12:07:45 -06:00
Ginger Collison
5142b5f6ab
Update README.md
2020-02-06 12:07:12 -06:00
Ginger Collison
30d8bbc8f8
Update wildcards.md
2020-02-06 12:05:20 -06:00
Ginger Collison
f679971b40
Update unsub_after.md
2020-02-06 12:04:17 -06:00
Ginger Collison
d55fabce9b
Update README.md
2020-02-06 11:58:32 -06:00
Ginger Collison
3fc1922e98
Update slow.md
2020-02-06 11:56:56 -06:00
Ginger Collison
eb8ed79218
Update connect_timeout.md
2020-02-06 11:43:14 -06:00
Ginger Collison
22a54e1d71
Update cluster.md
2020-02-06 11:41:51 -06:00
Ginger Collison
24a57f1c0a
Update pingpong.md
2020-02-06 11:34:45 -06:00
Matthias Hanel
aa5be43460
Fixing typos
...
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-02-05 20:14:29 -05:00
Matthias Hanel
6fd7324928
Fixing/adding samples, slight reword
...
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-02-05 19:31:21 -05:00
Matthias Hanel
51561bc6a6
renamed chache -> buffer, flush is not subject to max outgoing pings.
...
fixed a typo.
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-02-05 19:10:42 -05:00
Matthias Hanel
62a7de85bb
Move queue permissions, hint at queue name hierarchy, add/fix links
...
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-02-05 18:43:12 -05:00
Matthias Hanel
c5b9305ca6
Clarifications. unsub_after was made to fit go client
...
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-02-05 18:36:22 -05:00
Matthias Hanel
3b8a29f657
Slight rewording/clarification, adding links.
...
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-02-05 18:21:03 -05:00
Matthias Hanel
a3f7e14dfd
Fix examples, same token, python was using token in url
...
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-02-05 18:20:58 -05:00
Matthias Hanel
bd776a0ec8
add link to ssl
...
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-02-05 18:20:50 -05:00
Matthias Hanel
ca1c9888b9
Reword text, delete duplicated examples.
...
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-02-05 18:20:43 -05:00
Matthias Hanel
4a8299c45e
Reword and add links
...
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-02-05 18:20:39 -05:00
Matthias Hanel
ec03a97d3c
Wording/formatting changes, adding links, match up text and example
...
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-02-05 18:20:28 -05:00
Matthias Hanel
3380706b5c
Fix description
...
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-02-05 18:20:14 -05:00
Matthias Hanel
232c52a3f1
Clearer language, added java script example, fixed values in examples
...
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-02-05 18:20:05 -05:00
Matthias Hanel
e7d70aaea7
Mention seed server and connect in randomized order.
...
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-02-05 18:19:56 -05:00
Matthias Hanel
ce76c89972
Adding examples for name option.
...
This page is currently not part of the index.
Will fix this in a later change.
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-02-05 18:19:09 -05:00
Matthias Hanel
bf9b8a8247
Reworded to describe behaviour of non java clients and merge examples.
...
Specifically removed the reference to flush which is not influenced by
this setting.
Merged the examples as both values together make more sense.
Signed-off-by: Matthias Hanel <mh@synadia.com>
2020-02-05 18:16:27 -05:00