> ## Documentation Index
> Fetch the complete documentation index at: https://docs.conduktor.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Reprocess messages

> Reprocess Kafka messages in Conduktor Console: replay records from a topic offset to republish or recover data without custom code.

## Overview

Conduktor Console can help you reprocess messages within a topic.

This could be used for reprocessing messages from an existing DLQ or for pushing messages into another topic.

## Select a message to reprocess and a new target topic

In Console, go to **Topics** and click on the the message. In the drawer window, click **Reprocess message** at the bottom.

In the next page, select the **target topic** that you want to publish the message to.

Here, we want to reprocess the message in the `customers` topic.

<img src="https://mintcdn.com/conduktor/23R4f9CHmZAh-xV6/images/select-target-topic.png?fit=max&auto=format&n=23R4f9CHmZAh-xV6&q=85&s=59c575bc5b70cfaf1bd2b835b1fe203f" alt="Select target topic" width="1040" height="552" data-path="images/select-target-topic.png" />

## Edit and process the message

The previous step leads us to the **Produce** page of the target topic, with an auto-populated form containing our record. From there, we can easily modify its key, value and headers.

<img src="https://mintcdn.com/conduktor/23R4f9CHmZAh-xV6/images/reprocess-record.png?fit=max&auto=format&n=23R4f9CHmZAh-xV6&q=85&s=9ecaa8e5dea2ba960ebd19e16c9d791e" alt="Reprocess the record" width="2962" height="2086" data-path="images/reprocess-record.png" />

When you're ready, you can press the **Produce** button and you will see your record being produced. Go to the **Consume** page of this topic in order to retrieve your reprocessed record.

<img src="https://mintcdn.com/conduktor/YlJn6qrEZm6kp3UE/images/consume-reprocess-record.png?fit=max&auto=format&n=YlJn6qrEZm6kp3UE&q=85&s=c24fab8d9244a60a531ad0e8e42136a8" alt="Consume the reprocessed record" width="2962" height="1212" data-path="images/consume-reprocess-record.png" />
