1.0.17 • Published 5 years ago

kafka-offset-reset v1.0.17

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
5 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

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago