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 Jun 21, 2019. It is now read-only.

Kafka REST UI 🍄

License

NotificationsYou must be signed in to change notification settings

nodefluent/kafka-rest-ui

Repository files navigation

Dependency Status

Kafka-Rest-UI is a kafka topics browser.

NOTE: The goal of this project is to offer a fast user interface forkafka-rest.

Features:

  • View kafka topics
  • View topic metadata
  • Browse kafka messages (with offline storage)
  • Filter kafka messages
  • View topic configuration
  • View consumers status

Preview

Docker

Configurations

  • envREACT_APP_KAFKA_REST_URL - set kafka-rest url
  • envREACT_APP_PROXY - set proxy mode
  • envREACT_APP_TIMEOUT - set default timeout (you can change it via settings tab)
  • envREACT_APP_LOCAL_STORAGE - set to 'false' if you don't want to use local storage
  • envREACT_APP_DEBUG - turn on debug mode

docker-compose example

version:"2"services:zookeeper:image:wurstmeister/zookeeper:latestports:      -2181:2181kafka:image:wurstmeister/kafka:0.10.2.1ports:      -"9092:9092"links:      -zookeeperdepends_on:      -zookeeperenvironment:KAFKA_BROKER_ID:1KAFKA_PORT:9092KAFKA_ADVERTISED_HOST_NAME:"kafka"KAFKA_ADVERTISED_LISTENERS:"PLAINTEXT://kafka:9092"KAFKA_LISTENERS:"PLAINTEXT://:9092"KAFKA_ZOOKEEPER_CONNECT:zookeeper:2181KAFKA_CREATE_TOPICS:"test:1:1"KAFKA_AUTO_CREATE_TOPICS_ENABLE:"true"kafka-rest:image:nodefluent/kafka-restports:      -8082:8082links:      -kafka      -zookeeperdepends_on:      -kafka      -zookeeperenvironment:DEBUG:"*"kafka-rest-ui:image:nodefluent/kafka-rest-uiports:      -8000:8000links:      -kafka-restdepends_on:      -kafka-restenvironment:DEBUG:"*"REACT_APP_KAFKA_REST_URL:"http://kafka-rest:8082/"REACT_APP_TIMEOUT:"3000"PROXY:"yes"BASIC_AUTH_USER:"admin"BASIC_AUTH_PASSWORD:"admin"

TODO

  • Replace caddy server with nginx
  • Add multi enpoint support
  • Refactor mapping in reducers
  • Write tests

About

Kafka REST UI 🍄

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp