Consumers
This page describes the commands for managing Kafka consumers in Lenses via the CLI.
Flag
Description
Update a single topic’s partition offset to the specified value
lenses-cli consumers \
offsets \
update-single-partition \
--group <group_name> \
--topic <topic_name> \
--partition <partition_id> \
--to-offset <offset_id>Update to the earliest offset available
Update to the latest offset available
Update given topics for all their partition offsets to the specified date time
Reset given topics for all their partition offsets to the earliest offset possible
Reset given topics for all their partition offsets to the latest offset possible
Reset offsets for all topics of this consumer group
Last updated
Was this helpful?

