kafkactl create cg

Create a consumerGroup

Options

NameDescription
--newestSet 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
--oldestSet 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>
  • Repeatable ♾