1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

134 Commits

Author SHA1 Message Date
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
Dwayne Bradley
1999d0cadd DisconnectErrHandler should be used now 2020-01-29 16:31:07 -05:00
Tetsushi Omi
e0479bc72e
Update queues.md
typo fix
2020-01-07 16:14:04 +09:00
Phil Pennock
79f2f05be5 Fix for GitBook rendering different tab indents
Convert tabs to whitespace assuming tab-stops of 4 not 8.  Serves me
right for preserving existing style instead of just playing safe.
2019-12-19 12:07:38 -05:00
Ginger Collison
1adc0271aa
Merge pull request #18 from philpennock/patch-1
structured data: Go: handle decode errors
2019-12-19 09:11:47 -06:00
Phil Pennock
224888c4a3 address feedback re nil s 2019-12-18 17:23:51 -05:00
Ginger Collison
b082996143
GitBook: [master] 82 pages modified 2019-12-18 22:09:45 +00:00
Phil Pennock
e0ad105373
structured data: Go: handle decode errors
The automatic handling of encoding/decoding of structured data can fail, if the data is not in the expected format.
For Go, show how this is handled with a connection error handler option.
2019-12-18 11:53:11 -05:00
Waldemar Quevedo
3c119265b0
Update queues.md 2019-12-11 22:38:16 +01:00
Waldemar Quevedo
ea7e6a4d5f
Update developing-with-nats/receiving/queues.md 2019-12-11 21:10:10 +01:00
Waldemar Quevedo
5e4ec51a40
Apply suggestions from code review 2019-12-11 21:09:50 +01:00
Ginger Collison
0d8db1eeb1
add queue permissions to docs 2019-12-11 10:56:29 -06:00
ainsley
b5c33d12f1 updated nsc to address issue #12 2019-12-05 14:11:07 -06:00
Ginger Collison
89a4e9395c
Update reqreply.md 2019-10-18 09:34:52 -05:00
ainsley
7681f14c27 fix folder structure from gitbook import 2019-10-07 14:20:40 -05:00
Ginger Collison
fb1b7b9a2b
Update pubsub.md 2019-10-07 13:05:18 -05:00
Ginger Collison
320fd3fef3
Update slow.md 2019-10-07 12:57:18 -05:00