kafkactl create cg
Create a consumerGroup
Options
Name | Description |
---|---|
--newest | Set the offset to newest offset (for all partitions or the specified partition) |
--offset <offset> | Set offset to this value. offset with value -1 is ignored |
--oldest | Set the offset to oldest offset (for all partitions or the specified partition) |
--partition, -p <partition> | Partition to create group for. -1 stands for all partitions |
--topic, -t <topic> |
|