Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.33 KB

README.md

File metadata and controls

53 lines (33 loc) · 1.33 KB

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.