Update nats.md

"kafka_handle_error_mode" fixed on "nats_handle_error_mode"
This commit is contained in:
Sergey (Finn) Gnezdilov 2024-08-20 11:33:13 +03:00 committed by GitHub
parent bc00f274aa
commit 21e64f2aa9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)`.