Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Oct 6, 2018. It is now read-only.

A web console for Apache Kafka (retired)

License

NotificationsYou must be signed in to change notification settings

cjmamo/kafka-web-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is no longer supported. Please considerKafka Manager instead.

Kafka Web Console

Kafka Web Console is a Java web application for monitoringApache Kafka. With amodern web browser, you can view from the console:

  • Registered brokers

brokers


  • Topics, partitions, log sizes, and partition leaders

topics


  • Consumer groups, individual consumers, consumer owners, partition offsets and lag

topic


  • Graphs showing consumer offset and lag history as well as consumer/producer message throughput history.

topic


  • Latest published topic messages (requires web browser support for WebSocket)

topic feed


Furthermore, the console provides a JSON API described inRAML. The API can be tested using the embedded API Console accessible through the URL http://[hostname]:[port]/api/console.

Requirements

  • Play Framework 2.2.x
  • Apache Kafka 0.8.x
  • Zookeeper 3.3.3 or 3.3.4

Deployment

Consult Play!'s documentation fordeployment options and instructions.

Getting Started

  1. Kafka Web Console requires a relational database. By default, the server connects to an embedded H2 database and no database installation or configuration is needed. Consult Play!'s documentation tospecify a database for the console. The following databases are supported:

    • H2 (default)
    • PostgreSql
    • Oracle
    • DB2
    • MySQL
    • Apache Derby
    • Microsoft SQL Server

    Changing the database might necessitate making minor modifications to theDDL to accommodate the new database.

  2. Before you can monitor a broker, you need to register the Zookeeper server associated with it:

register zookeeper

Filling in the form and clicking onConnect will register the Zookeeper server. Once the console has successfully established a connection with the registered Zookeeper server, it can retrieve all necessary information about brokers, topics, and consumers:

zookeepers

Support

Pleasereport any bugs or desired features.

About

A web console for Apache Kafka (retired)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp