connor
connor copied to clipboard
A commandline tool for resetting Kafka Connect source connector offsets.
ConnOR
ConnOR, short for ConnectOffsetReset, is a command line tool for resetting Kafka Connect source connector offsets.
:sparkles: Features
- :rocket: Fast startup and low memory footprint
- :package: No external dependencies
- :rainbow: Colorized output
Installation
SDKMAN!
sdk install connor
Homebrew
brew tap helpermethod/homebrew-tap
brew install connor
Scoop
scoop bucket add helpermethod https://github.com/helpermethod/scoop-helpermethod.git
scopp install connor
Options
--bootstrap-servers
A comma-separated list of Kafka broker URLs.
--offset-topic
The name of the internal topic where Kafka Connect stores its source connector offsets.
--connector-name
The name of the source connector whose offsets you want to reset.
--execute
Executes the reset.