Skip to content

helpermethod/connor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConnOR

ci codecov license

ConnOR, short for ConnectOffsetReset, is a command line tool for resetting Kafka Connect source connector offsets.

✨ Features

  • 🚀 Fast startup and low memory footprint
  • 📦 No external dependencies
  • 🌈 Colorized output

Installation

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

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.