Skip to content

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

License

Notifications You must be signed in to change notification settings

oslabs-beta/kafka-lens

Repository files navigation

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

5 Steps for Quick Startup

Fork and Clone Repository

1. cd into your 'kafka-lens' folder
2. npm install
3. npm run webpack
4. run this script in your command line: './node_modules/.bin/electron-rebuild'
5. npm start

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

About

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

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.8%
  • CSS 9.2%
  • HTML 1.7%
  • Shell 1.3%