https://github.com/helpermethod/connor
A commandline tool for resetting Kafka Connect source connector offsets.
https://github.com/helpermethod/connor
graalvm kafka kafka-connect native-image
Last synced: 8 months ago
JSON representation
A commandline tool for resetting Kafka Connect source connector offsets.
- Host: GitHub
- URL: https://github.com/helpermethod/connor
- Owner: helpermethod
- License: apache-2.0
- Created: 2021-01-08T12:19:42.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T16:30:29.000Z (almost 2 years ago)
- Last Synced: 2025-03-26T18:43:48.535Z (9 months ago)
- Topics: graalvm, kafka, kafka-connect, native-image
- Language: Java
- Homepage:
- Size: 595 KB
- Stars: 27
- Watchers: 2
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ConnOR
[](https://github.com/helpermethod/connor/actions/workflows/ci.yml)
[](https://codecov.io/gh/helpermethod/connor)
[](https://github.com/helpermethod/connor/blob/main/LICENSE)
ConnOR, short for **Conn**ect**O**ffset**R**eset, 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!](https://sdkman.io/)
```sh
sdk install connor
```
### [Homebrew](https://brew.sh/)
```sh
brew tap helpermethod/homebrew-tap
brew install connor
```
### [Scoop](https://scoop.sh/)
```sh
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.