GithubHelp home page GithubHelp logo

ltoledo / kafka-visualizer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from manasb-uoe/kafka-visualizer

0.0 2.0 0.0 23.12 MB

A web client for visualizing your Apache Kafka topics live.

License: MIT License

Java 49.09% JavaScript 1.11% TypeScript 39.10% HTML 9.14% CSS 1.56%

kafka-visualizer's Introduction

Kafka Visualizer

A web client for visualizing your Kafka cluster. Developed using Spring Boot, Angular 4 and Bootstrap 4.

How to build?

Run the following command on the parent maven module kafka-visualizer:

$ mvn clean package

The executable jar will be generated under the target directory of kafka-visualizer-rest module.

Requirement: JDK 8 with JavaFX

How to run?

Run the executable jar using the following command and then navigate to localhost:8080 on your browser:

$ java -jar .\kafka-visualizer-rest-1.0-SNAPSHOT.jar --zookeeper=hostname:port --kafka=hostname:port --env=<DEV,QA,UAT or PROD> [--maxTopicMessagesCount=<number>]

Rest API endpoints

  • GET /api/brokers: Returns a list of all brokers in the cluster.
  • GET /api/topics: Returns a list of all topics in the cluster
  • GET /api/consumers: Returns a list of all active consumers.
  • GET /api/consumers/{topicName}/{partition}: Returns a list of active consumers for a certain topic-partition pair.
  • GET /api/topics/{topicName}/{partition}: Returns a list of messages on a certain topic-partition pair.
  • POST /api/topics/{topicName}: Publishes URL form encoded message with a key and a value (eg: key=1&value=a) to a certain topic.

Screenshots

Screenshot

kafka-visualizer's People

Contributors

manasb-uoe avatar

Watchers

James Cloos avatar Leonardo Toledo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.