A commandline tool for resetting Kafka Connect source connector offsets.
ConnOR, short for ConnectOffsetReset, is a command line tool for resetting Kafka Connect source connector offsets.
sdk install connor
brew tap helpermethod/homebrew-tap
brew install connor
scoop bucket add helpermethod https://github.com/helpermethod/scoop-helpermethod.git
scopp install connor
--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.