All Projects → helpermethod → connor

helpermethod / connor

Licence: Apache-2.0 license
A commandline tool for resetting Kafka Connect source connector offsets.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to connor

springboot-helloworld-native
Example helloWorld SpringBoot project which compiles to native code with GraalVM
Stars: ✭ 14 (-17.65%)
Mutual labels:  graalvm, native-image
holy-lambda
The extraordinary simple, performant, and extensible custom AWS Lambda runtime for Clojure.
Stars: ✭ 318 (+1770.59%)
Mutual labels:  graalvm, native-image
Picocli
Picocli is a modern framework for building powerful, user-friendly, GraalVM-enabled command line apps with ease. It supports colors, autocompletion, subcommands, and more. In 1 source file so apps can include as source & avoid adding a dependency. Written in Java, usable from Groovy, Kotlin, Scala, etc.
Stars: ✭ 3,286 (+19229.41%)
Mutual labels:  graalvm, native-image
graalvm-native-image-plugin
A Gradle plugin which creates a native executable via GraalVM's native-image. This is a thin wrapper of the native-image command.
Stars: ✭ 90 (+429.41%)
Mutual labels:  graalvm, native-image
Google-Authenticator
Clojure program to compute your google authenticator OTP using TOTP
Stars: ✭ 23 (+35.29%)
Mutual labels:  graalvm, native-image
native-build-tools
Native-image plugins for various build tools
Stars: ✭ 168 (+888.24%)
Mutual labels:  graalvm, native-image
java-metadata
Project collecting release metadata of various JDK distributions.
Stars: ✭ 18 (+5.88%)
Mutual labels:  graalvm
tools-deps-native
Run tools-deps-alpha as a native binary.
Stars: ✭ 30 (+76.47%)
Mutual labels:  graalvm
setup-graalvm
No description or website provided.
Stars: ✭ 63 (+270.59%)
Mutual labels:  graalvm
Trotsky
a cloud native ✏️ blog platform 一个正在开发中的云原生笔记平台
Stars: ✭ 27 (+58.82%)
Mutual labels:  native-image
cassandra.realtime
Different ways to process data into Cassandra in realtime with technologies such as Kafka, Spark, Akka, Flink
Stars: ✭ 25 (+47.06%)
Mutual labels:  kafka-connect
kafka-connect-arangodb
🥑 Kafka connect sink connector for ArangoDB
Stars: ✭ 22 (+29.41%)
Mutual labels:  kafka-connect
mysql-mle-demos
Demos for the MySQL Multi-Lingual Environment
Stars: ✭ 16 (-5.88%)
Mutual labels:  graalvm
kafka-connect-http
Kafka Connect connector that enables Change Data Capture from JSON/HTTP APIs into Kafka.
Stars: ✭ 81 (+376.47%)
Mutual labels:  kafka-connect
scala-graalvm-lambda
Sample application of Native Scala with GraalVM.
Stars: ✭ 15 (-11.76%)
Mutual labels:  graalvm
kafka-connect-cosmosdb
Kafka Connect connectors for Azure Cosmos DB
Stars: ✭ 28 (+64.71%)
Mutual labels:  kafka-connect
springboot-keycloak-openldap
The goal of this project is to create a simple Spring Boot REST API, called simple-service, and secure it with Keycloak. Furthermore, the API users will be loaded into Keycloak from OpenLDAP server.
Stars: ✭ 96 (+464.71%)
Mutual labels:  graalvm
docker-graalvm
A base image to run apps using https://www.graalvm.org
Stars: ✭ 11 (-35.29%)
Mutual labels:  graalvm
bigquery-kafka-connect
☁️ nodejs kafka connect connector for Google BigQuery
Stars: ✭ 17 (+0%)
Mutual labels:  kafka-connect
kafka-connect-jenkins
Kafka Connect Connector for Jenkins Open Source Continuous Integration Tool
Stars: ✭ 29 (+70.59%)
Mutual labels:  kafka-connect

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

SDKMAN!

sdk install connor

Homebrew

brew tap helpermethod/homebrew-tap
brew install connor

Scoop

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].