Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion local-antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ content:
- url: .
branches: HEAD
- url: https://github.com/redpanda-data/documentation
branches: [main, v/*, shared, site-search]
branches: [DOC-1848-Document-feature-Iceberg-stress-testing, v/*, shared, site-search]
Comment thread
kbatuigas marked this conversation as resolved.
Outdated
- url: https://github.com/redpanda-data/docs-site
branches: [main]
start_paths: [home]
Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@
**** xref:manage:iceberg/redpanda-topics-iceberg-snowflake-catalog.adoc[Snowflake and Open Catalog]
*** xref:manage:iceberg/query-iceberg-topics.adoc[]
*** xref:manage:iceberg/migrate-to-iceberg-topics.adoc[]
*** xref:manage:iceberg/iceberg-troubleshooting.adoc[]
** xref:manage:schema-reg/index.adoc[Schema Registry]
*** xref:manage:schema-reg/schema-reg-overview.adoc[]
*** xref:manage:schema-reg/schema-reg-ui.adoc[]
Expand Down
5 changes: 5 additions & 0 deletions modules/manage/pages/iceberg/iceberg-troubleshooting.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
= Troubleshoot Iceberg Topics
:description: Diagnose and resolve errors in Redpanda Iceberg translation, including dead-letter queue (DLQ) inspection and record reprocessing.
:page-categories: Iceberg, Troubleshooting

include::ROOT:manage:iceberg/iceberg-troubleshooting.adoc[tag=single-source]
Loading