# Consume Data

> For the complete documentation index, see [llms.txt](https://docs.redpanda.com/llms.txt). Component-specific: [streaming-full.txt](https://docs.redpanda.com/streaming-full.txt)

---
title: Consume Data
latest-redpanda-tag: v26.1.9
latest-console-tag: v3.7.3
latest-operator-version: v26.1.4
# EOL = End-of-Life (support lifecycle status)
page-is-nearing-eol: "false"
page-is-past-eol: "false"
page-eol-date: March 31, 2027
latest-connect-version: 4.93.0
docname: consume-data/index
page-component-name: streaming
page-version: "26.1"
page-component-version: "26.1"
page-component-title: Streaming
page-relative-src-path: consume-data/index.adoc
page-edit-url: https://github.com/redpanda-data/docs/edit/main/modules/develop/pages/consume-data/index.adoc
description: Learn about consumer offsets and follower fetching.
page-git-created-date: "2023-05-30"
page-git-modified-date: "2024-02-26"
support-status: supported
---

<!-- Source: https://docs.redpanda.com/streaming/current/develop/consume-data.md -->

-   [Consumer Offsets](consumer-offsets/)

    Redpanda uses an internal topic, `__consumer_offsets`, to store committed offsets from each Kafka consumer that is attached to Redpanda.

-   [Follower Fetching](follower-fetching/)

    Learn about follower fetching and how to configure a Redpanda consumer to fetch records from the closest replica.

-   [Filter Messages with JavaScript in Redpanda Console](https://docs.redpanda.com/streaming/current/console/ui/programmable-push-filters/)

    Learn how to filter Kafka records using custom JavaScript code within Redpanda Console.

-   [View Deserialized Messages in Redpanda Console](https://docs.redpanda.com/streaming/current/console/ui/record-deserialization/)

    Learn how Redpanda Console deserializes messages.

-   [Paginate Messages in Redpanda Console](https://docs.redpanda.com/streaming/current/console/ui/paginate-messages-events/)

    Enable Continuous Pagination on a topic's Messages tab to scroll through all records instead of being capped by Max results.