This page describes the commands for mamaging Kafka quotas in Lenses via the CLI.
From a file.
File example:
From a file.
Example file.
If empty then all properties will be passed on automatically and the client quota will be removed entirely.
This page describes the commands for managing Kafka consumers in Lenses via the CLI.
Commands for updating consumer groups offsets.
Flags --group
and --topic
are mandatory and specify the consumer group ID and topic name respectively.
To affect all topics use the —all-topics flag.
Flag | Description |
---|---|
update-single-partition accepts only one --topic flag while update-multiple-partitions may accept multiple.
-g, --group
Set the Consumer Group ID
-t, --topic
Set the topic name
--all-topics
Select implicitly all the topics
--topics
The topic to reset offsets for
--partition
Set the partition ID
--to-earliest
Reset partition offset to earliest offset
--to-latest
Reset partition offset to latest offset
--to-offset
Reset the partition offset to the provided value