0.0.16 • Published 2 years ago

kafka-util-cli v0.0.16

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

kafka-util-cli

CLI with utility commands to make working with Kafka easier

Setup

You will need NodeJS (prefer LTS versions)

Install it from npm

npm install kafka-util-cli -g

Running

On the first execution, the CLI will ask the settings and store it in your home directory

 $ kafka-cli run
    _  __      __ _           _   _ _   _ _        ____ _     ___ 
 | |/ /__ _ / _| | ____ _  | | | | |_(_) |___   / ___| |   |_ _|
 | ' // _` | |_| |/ / _` | | | | | __| | / __| | |   | |    | | 
 | . \ (_| |  _|   < (_| | | |_| | |_| | \__ \ | |___| |___ | | 
 |_|\_\__,_|_| |_|\_\__,_|  \___/ \__|_|_|___/  \____|_____|___|
                                                                
by Bruno Tatsumi [https://github.com/tatsumibruno]
? Wich command do you want to execute? (Use arrow keys)
❯ List topics 
  Delete topic 
  List all existing consumer groups 
  Check offset 
  Reset offset 
  Get messages from topic 
  Publish message on topic 

How to use

The CLI will drives the developer for a ease use, without have to store or remember the commands

// Under construction

0.0.16

2 years ago

0.0.14

2 years ago

0.0.15

2 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago