From 973c16e9da83703a81c6973c4e584358c916daf2 Mon Sep 17 00:00:00 2001 From: micheleRP Date: Thu, 16 Apr 2026 16:57:35 -0600 Subject: [PATCH 1/4] DOC-1907: Add Paginate Messages and Pipeline Events stub Single-sources the Paginate Messages and Pipeline Events page from the docs repo (redpanda-data/docs#TBD). Adds a stub under Consume Data, a nav entry, and a What's New March 2026 entry for the Redpanda Console unlimited-pagination feature. Co-Authored-By: Claude Opus 4.7 (1M context) --- modules/ROOT/nav.adoc | 1 + .../develop/pages/consume-data/paginate-messages-events.adoc | 4 ++++ modules/get-started/pages/whats-new-cloud.adoc | 4 ++++ 3 files changed, 9 insertions(+) create mode 100644 modules/develop/pages/consume-data/paginate-messages-events.adoc diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index 6d0191f22..7dfef2d3f 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -405,6 +405,7 @@ ** xref:develop:consume-data/index.adoc[Consume Data] *** xref:develop:consume-data/consumer-offsets.adoc[Consumer Offsets] *** xref:develop:consume-data/follower-fetching.adoc[Follower Fetching] +*** xref:develop:consume-data/paginate-messages-events.adoc[Paginate Messages and Events] ** xref:develop:http-proxy.adoc[] ** xref:develop:data-transforms/index.adoc[] *** xref:develop:data-transforms/how-transforms-work.adoc[Overview] diff --git a/modules/develop/pages/consume-data/paginate-messages-events.adoc b/modules/develop/pages/consume-data/paginate-messages-events.adoc new file mode 100644 index 000000000..b9e80445f --- /dev/null +++ b/modules/develop/pages/consume-data/paginate-messages-events.adoc @@ -0,0 +1,4 @@ += Paginate Messages and Pipeline Events in Redpanda Console +:description: Retrieve more than 500 messages or pipeline events in Redpanda Console by paging through larger result sets. + +include::ROOT:console:ui/paginate-messages-events.adoc[tag=single-source] diff --git a/modules/get-started/pages/whats-new-cloud.adoc b/modules/get-started/pages/whats-new-cloud.adoc index 0c1234c0a..318105680 100644 --- a/modules/get-started/pages/whats-new-cloud.adoc +++ b/modules/get-started/pages/whats-new-cloud.adoc @@ -27,6 +27,10 @@ Serverless clusters now support up to 100 Redpanda Connect pipelines and 100 MCP == March 2026 +=== Redpanda Console: unlimited pagination for messages and pipeline events + +Redpanda Console now supports paginating past the previous 500-event cap when you browse topic messages or debug Redpanda Connect pipeline events. This unblocks inspecting large topics and debugging pipelines that emit many events under debug-level logging. See xref:develop:consume-data/paginate-messages-events.adoc[]. + === Redpanda Connect updates * Inputs: From 89c6c2682b794cc3f4dbb0808b986d5bf6fdca70 Mon Sep 17 00:00:00 2001 From: micheleRP Date: Thu, 16 Apr 2026 16:57:35 -0600 Subject: [PATCH 2/4] [TEMP] Point docs source to DOC-1907 branch for preview Must be reverted before merge. Allows the deploy preview to resolve the include directive against the companion docs PR branch. Co-Authored-By: Claude Opus 4.7 (1M context) --- local-antora-playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-antora-playbook.yml b/local-antora-playbook.yml index d8d478c82..cb0d0bd05 100644 --- a/local-antora-playbook.yml +++ b/local-antora-playbook.yml @@ -15,7 +15,7 @@ content: - url: . branches: HEAD - url: https://github.com/redpanda-data/documentation - branches: [main, v/*, shared, site-search] + branches: [DOC-1907-paginate-messages-events, v/*, shared, site-search] - url: https://github.com/redpanda-data/docs-site branches: [main] start_paths: [home] From 3636bea506f40e054ce59c87765e12e33f9de427 Mon Sep 17 00:00:00 2001 From: micheleRP Date: Wed, 22 Apr 2026 17:49:44 -0600 Subject: [PATCH 3/4] DOC-1907: Narrow stub + What's New entry to messages only Pipeline-events pagination is covered in a separate PR. Update the stub title/description, the What's New March 2026 entry, and switch the nav label to empty brackets so it auto-resolves from the page title. Co-Authored-By: Claude Opus 4.7 (1M context) --- modules/ROOT/nav.adoc | 2 +- .../develop/pages/consume-data/paginate-messages-events.adoc | 4 ++-- modules/get-started/pages/whats-new-cloud.adoc | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index 7dfef2d3f..f4cb2213e 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -405,7 +405,7 @@ ** xref:develop:consume-data/index.adoc[Consume Data] *** xref:develop:consume-data/consumer-offsets.adoc[Consumer Offsets] *** xref:develop:consume-data/follower-fetching.adoc[Follower Fetching] -*** xref:develop:consume-data/paginate-messages-events.adoc[Paginate Messages and Events] +*** xref:develop:consume-data/paginate-messages-events.adoc[] ** xref:develop:http-proxy.adoc[] ** xref:develop:data-transforms/index.adoc[] *** xref:develop:data-transforms/how-transforms-work.adoc[Overview] diff --git a/modules/develop/pages/consume-data/paginate-messages-events.adoc b/modules/develop/pages/consume-data/paginate-messages-events.adoc index b9e80445f..0d7959b5a 100644 --- a/modules/develop/pages/consume-data/paginate-messages-events.adoc +++ b/modules/develop/pages/consume-data/paginate-messages-events.adoc @@ -1,4 +1,4 @@ -= Paginate Messages and Pipeline Events in Redpanda Console -:description: Retrieve more than 500 messages or pipeline events in Redpanda Console by paging through larger result sets. += Paginate Messages in Redpanda Console +:description: Retrieve more than the default batch of messages in Redpanda Console by paging through larger result sets. include::ROOT:console:ui/paginate-messages-events.adoc[tag=single-source] diff --git a/modules/get-started/pages/whats-new-cloud.adoc b/modules/get-started/pages/whats-new-cloud.adoc index 318105680..862bb658b 100644 --- a/modules/get-started/pages/whats-new-cloud.adoc +++ b/modules/get-started/pages/whats-new-cloud.adoc @@ -27,9 +27,9 @@ Serverless clusters now support up to 100 Redpanda Connect pipelines and 100 MCP == March 2026 -=== Redpanda Console: unlimited pagination for messages and pipeline events +=== Redpanda Console: unlimited pagination for messages -Redpanda Console now supports paginating past the previous 500-event cap when you browse topic messages or debug Redpanda Connect pipeline events. This unblocks inspecting large topics and debugging pipelines that emit many events under debug-level logging. See xref:develop:consume-data/paginate-messages-events.adoc[]. +Redpanda Console now supports paginating past the previous 500-record cap when you browse topic messages, so you can inspect large topics without being limited to the initial result set. See xref:develop:consume-data/paginate-messages-events.adoc[]. === Redpanda Connect updates From cce216060b5bb4ff943c9ef5ff8db0f0c8029410 Mon Sep 17 00:00:00 2001 From: micheleRP Date: Thu, 30 Apr 2026 12:14:45 -0600 Subject: [PATCH 4/4] revert playbook --- local-antora-playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-antora-playbook.yml b/local-antora-playbook.yml index cb0d0bd05..d8d478c82 100644 --- a/local-antora-playbook.yml +++ b/local-antora-playbook.yml @@ -15,7 +15,7 @@ content: - url: . branches: HEAD - url: https://github.com/redpanda-data/documentation - branches: [DOC-1907-paginate-messages-events, v/*, shared, site-search] + branches: [main, v/*, shared, site-search] - url: https://github.com/redpanda-data/docs-site branches: [main] start_paths: [home]