Skip to content

This tool can be used to reset the committed offset for kafka

Notifications You must be signed in to change notification settings

DavidLiuXh/KafkaOffsetTools

Repository files navigation

KafkaOffsetTools

This tool can be used to reset the committed offset to earliest or latest for kafka 0.9.0.1

Build

Usage

  • ./kafka_offset_tools -h
Usage:
  --broker_list arg     kafka broker list
  --topic arg           kafka topic name
  --group arg           consumer group name
  --partition_list arg  reset partiton list
                        "":all parition(default value)
                         Or 1,2,3...
  --reset_pos arg (=0)  reset paritions to position:
                        0:earliest
                        1:latest

About

This tool can be used to reset the committed offset for kafka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published