1.0.17 • Published 7 years ago

kafka-offset-reset v1.0.17

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
7 years ago

Overview

Simple, straightforward tool to reset kafka offsets with librdkafka. Use at your own risk.

Installing

npm install -g kafka-offset-reset

CLI options

kafka-offset-reset --brokers <brokerstring> --topic <topic> --group <group> --partition <partition> --offset <new-offset> [--dry-run] -- [librdkafka args]

Example

kafka-offset-reset --brokers localhost:9093 --topic test --group test --partition 0 --offset 200000 --dry-run -- ssl.key.location=uat.key ssl.certificate.location=uat.key ssl.ca.location=ca.crt security.protocol=ssl
1.0.17

7 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago