kafka-connect-cli

command module
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 23, 2021 License: MIT Imports: 14 Imported by: 0

README

kafka-connect-cli

A command line interface (CLI) around the Kafka Connect REST Interface to manage connectors without any dependency.

Installation

brew install lala7573/homebrew-tap/kafka-connect-cli

Usage

Usage:
  ./kafka-connect-cli [command]

Available Commands:
  create      Create connector
  delete      Delete connector
  get         Get connector config
  help        Help about any command
  list        List connectors
  pause       Pause connector
  plugins     Get installed plugin list
  restart     Restart connector
  resume      Resume connector
  status      Get connector status
  update      Update connector
  validate    Validate connector config

Flags:
  -e, --endpoint string   kafka connect rest (default "http://localhost:8083/")
  -f, --format string     format: properties | json (default "properties")
  -h, --help              help for ./kafka-connect-cli

Use "./kafka-connect-cli [command] --help" for more information about a command.

Build

make
# to develop
go build .

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL