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.
How to Consume data?
How Conduktor consumes data
Kafka only provides ordering within a single partition, not across partitions. Because it does not make sense to consume data non-chronologically in Conduktor, we’ve added our own optimization to always render the data in a deterministic way (chronologically) while preserving memory and CPU. This also works for multi-topics consumption (see below). If you’re using Kafka Transactions in your topic, note that by default, Conduktor consumes only committed data. You can change this by going to the Consumer Settings.Viewing data inside a topic
From the main topics view, click on the icon next to its name to take a peek at its data:
.png?fit=max&auto=format&n=_zKfCzX656hjdK9R&q=85&s=fdb9080465cdd4c2f2d1baac40949c39)
.png?fit=max&auto=format&n=_zKfCzX656hjdK9R&q=85&s=15e8dad1e0cec1b549726c1039fcc218)

- copy the payload
- look for its headers
- its metadata (partition, sizes)
- the key/value Avro schema if you’re using the Confluent Schema Registry.
- if you are using the “binary” format, it’s possible to Download into a file
- copy the record to Conduktor’s producer to re-send it when needed (useful when testing)
Multi-topics
It’s possible to consume multiple topics at the same. It’s useful when you’re looking for a specific id across topics managed by different projects, to see “who’s doing what” and retrace the lifecycle of your entity. To do so, on the topics view, select multiple topics and click on “Consume selected Topics”:

Monitoring the progress
When you’re looking for a needle in a large topics, you’d like to know where Conduktor is at, to know how much take will it take. When consuming, it’s possible to display the progress related to all partitions by clicking on the “Show Partitions” button at the bottom. This will open a panel updated in real-time displaying the progress for all partitions (and all topics, if several are consumed at once):.png?fit=max&auto=format&n=HyntmW75y4ZZaukh&q=85&s=91303e368f47a4683d175edc1b4cccc4)