Consume Data

  • Consumer Offsets

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

  • 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

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

  • View Deserialized Messages in Redpanda Console

    Learn how Redpanda Console deserializes messages.