You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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.
0 commit comments