From 123e923f76ad2cc458dd98b01ba8b29f2306bee2 Mon Sep 17 00:00:00 2001 From: Timotej S <6674623+underhood@users.noreply.github.com> Date: Mon, 6 Jun 2022 12:05:32 +0200 Subject: Allow usage of the new MQTT 5 implementation (#12838) * adds support for new MQTT5 implementation in agent, currently by default disabled as Tech Preview --- aclk/README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'aclk/README.md') 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 -- cgit v1.2.3