summaryrefslogtreecommitdiffstats
path: root/aclk/README.md
diff options
context:
space:
mode:
authorTimotej S <6674623+underhood@users.noreply.github.com>2022-06-06 12:05:32 +0200
committerGitHub <noreply@github.com>2022-06-06 12:05:32 +0200
commit123e923f76ad2cc458dd98b01ba8b29f2306bee2 (patch)
tree3f57835986e0381c6ab973b142ad8c42398f82f5 /aclk/README.md
parente6f1aeb54c5b17f7ad5315fd97c6e1dcdd03207e (diff)
Allow usage of the new MQTT 5 implementation (#12838)
* adds support for new MQTT5 implementation in agent, currently by default disabled as Tech Preview
Diffstat (limited to 'aclk/README.md')
-rw-r--r--aclk/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/aclk/README.md b/aclk/README.md
index 09c0d2920f..f595726e3d 100644
--- a/aclk/README.md
+++ b/aclk/README.md
@@ -50,10 +50,12 @@ You can configure following keys in the `netdata.conf` section `[cloud]`:
[cloud]
statistics = yes
query thread count = 2
+ mqtt5 = no
```
- `statistics` enables/disables ACLK related statistics and their charts. You can disable this to save some space in the database and slightly reduce memory usage of Netdata Agent.
- `query thread count` specifies the number of threads to process cloud queries. Increasing this setting is useful for nodes with many children (streaming), which can expect to handle more queries (and/or more complicated queries).
+- `mqtt5` enables the new MQTT5 protocol implementation in the Agent. Currently a technical preview.
## Disable the ACLK