kafka-lens / kafka-lens

A tool for monitoring Kafka clusters, topics, partitions, and message flow.

Home Page:http://kafkalens.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kafka Lens Logo

Build Status David GitHub repo size in bytes GitHub package.json version Maintenance

A visuailization tool for your Kafka cluster

Kafka Lens provides a tool that lets you inspect a Kafka cluster and allows developers a way to easily troubleshoot issues in the cluster as they occur. Now you can quickly test whether new services are functioning correctly by monitoring how messages are published to Kafka topics and partitions without a CLI or costly cloud solutions.

Screen Capture


Scripts break-down

Run in development environment

yarn dev

Run in production environment

yarn start

Build package for linux, windows, or mac (based on host OS)

yarn package

Lint project

yarn lint

Connecting to Your Broker

Enter the URI of your Kafka broker (e.g. kafka1.contoso.com:9092) then click 'Connect' to connect to your Kafka broker. Once you are connected, you are ready to start consuming messages.

Version 2 Team

Nahuel Arjona

Brian Kwok

Angel Vega

Samuel Ho

Authors

Harmon Huynh

Howard Na

Jordan Betzer

License

Kafka Lens is GNU General Public License v3.0 licensed.

About

A tool for monitoring Kafka clusters, topics, partitions, and message flow.

http://kafkalens.io/

License:GNU General Public License v3.0


Languages

Language:JavaScript 87.8%Language:CSS 9.2%Language:HTML 1.7%Language:Shell 1.3%