Skip to content

Commit 63db6d0

Browse files
authored
Revise error handling documentation for Kafka integration
Updated error handling section to reflect changes in dead letter queue usage and added relevant links.
1 parent 93da33a commit 63db6d0

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

  • content/en/altinity-kb-integrations/altinity-kb-kafka/04-operations-troubleshooting

content/en/altinity-kb-integrations/altinity-kb-kafka/04-operations-troubleshooting/error-handling.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,19 @@ FROM default.kafka_engine
5656
WHERE length(_error) > 0
5757
```
5858

59-
## Since 25.8
59+
[https://github.com/ClickHouse/ClickHouse/pull/20249](https://github.com/ClickHouse/ClickHouse/pull/20249)
6060

61-
dead letter queue can be used via setting: `kafka_handle_error_mode='dead_letter'` [https://github.com/ClickHouse/ClickHouse/pull/68873](https://github.com/ClickHouse/ClickHouse/pull/68873)
61+
[https://github.com/ClickHouse/ClickHouse/pull/21850](https://github.com/ClickHouse/ClickHouse/pull/21850)
6262

63+
[https://altinity.com/blog/clickhouse-kafka-engine-faq](https://altinity.com/blog/clickhouse-kafka-engine-faq)
6364

6465

65-
![Table connections](/assets/Untitled-2021-08-05-1027.png)
66+
## Since 25.8
6667

67-
[https://github.com/ClickHouse/ClickHouse/pull/20249](https://github.com/ClickHouse/ClickHouse/pull/20249)
68+
dead letter queue can be used via setting: `kafka_handle_error_mode='dead_letter_queue'` [https://github.com/ClickHouse/ClickHouse/pull/68873](https://github.com/ClickHouse/ClickHouse/pull/68873)
69+
70+
and error related data will be saved in `system.dead_letter_queue` table.
71+
72+
![Table connections](/assets/Untitled-2021-08-05-1027.png)
6873

69-
[https://github.com/ClickHouse/ClickHouse/pull/21850](https://github.com/ClickHouse/ClickHouse/pull/21850)
7074

71-
[https://altinity.com/blog/clickhouse-kafka-engine-faq](https://altinity.com/blog/clickhouse-kafka-engine-faq)

0 commit comments

Comments
 (0)