项目作者: helpermethod

项目描述 :
A commandline tool for resetting Kafka Connect source connector offsets.
高级语言: Java
项目地址: git://github.com/helpermethod/connect-offset-reset.git
创建时间: 2021-01-08T12:19:42Z
项目社区:https://github.com/helpermethod/connect-offset-reset

开源协议:Apache License 2.0

下载


ConnOR

ci
codecov
license

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!

  1. sdk install connor

Homebrew

  1. brew tap helpermethod/homebrew-tap
  2. brew install connor

Scoop

  1. scoop bucket add helpermethod https://github.com/helpermethod/scoop-helpermethod.git
  2. 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.