From 21e64f2aa98fbf381971ef855d6de11a7e062c39 Mon Sep 17 00:00:00 2001 From: "Sergey (Finn) Gnezdilov" <72432693+Sergey2Gnezdilov@users.noreply.github.com> Date: Tue, 20 Aug 2024 11:33:13 +0300 Subject: [PATCH 1/2] Update nats.md "kafka_handle_error_mode" fixed on "nats_handle_error_mode" --- docs/en/engines/table-engines/integrations/nats.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/engines/table-engines/integrations/nats.md b/docs/en/engines/table-engines/integrations/nats.md index 78ce537224c..2ea2fdb01ae 100644 --- a/docs/en/engines/table-engines/integrations/nats.md +++ b/docs/en/engines/table-engines/integrations/nats.md @@ -167,7 +167,7 @@ If you want to change the target table by using `ALTER`, we recommend disabling - `_subject` - NATS message subject. Data type: `String`. -Additional virtual columns when `kafka_handle_error_mode='stream'`: +Additional virtual columns when `nats_handle_error_mode='stream'`: - `_raw_message` - Raw message that couldn't be parsed successfully. Data type: `Nullable(String)`. - `_error` - Exception message happened during failed parsing. Data type: `Nullable(String)`. From 92507d993844862bc7371a1420487ff46db08be0 Mon Sep 17 00:00:00 2001 From: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com> Date: Thu, 5 Sep 2024 17:10:12 +0200 Subject: [PATCH 2/2] Update nats.md --- docs/en/engines/table-engines/integrations/nats.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/engines/table-engines/integrations/nats.md b/docs/en/engines/table-engines/integrations/nats.md index 2ea2fdb01ae..806437571f7 100644 --- a/docs/en/engines/table-engines/integrations/nats.md +++ b/docs/en/engines/table-engines/integrations/nats.md @@ -112,7 +112,7 @@ Example: ``` The NATS server configuration can be added using the ClickHouse config file. - More specifically you can add Redis password for NATS engine: +More specifically you can add Redis password for NATS engine: ``` xml