Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
** xref:develop:http-proxy.adoc[]
** xref:develop:data-transforms/index.adoc[]
*** xref:develop:data-transforms/how-transforms-work.adoc[Overview]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 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]
4 changes: 4 additions & 0 deletions modules/get-started/pages/whats-new-cloud.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

* Inputs:
Expand Down