obourgain / kowl

Kafka WebUI for exploring messages, consumers. configurations and more with a focus on a good UI & UX.

Home Page:https://cloudhut.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kowl

License Go Report Card GitHub release (latest SemVer) Discord Chat Docker Repository on Quay

Kowl (previously known as Kafka Owl) is a web application that helps you to explore messages in your Apache Kafka cluster and get better insights on what is actually happening in your Kafka cluster in the most comfortable way:

preview

Features

  • Message viewer: Explore your topics' messages in our message viewer through ad-hoc queries and dynamic filters. Find any message you want using JavaScript functions to filter messages. Supported encodings are: JSON, XML, Text and Binary (hex view). Avro support is being worked on (redpanda-data#9)
  • Consumer groups: List all your active consumer groups along with their active group offsets. You can view a visualization of group lags either by topic (sum of all partition lags), single partitions or the sum of all partition lags (group lag)
  • Topic overview: Browse through the list of your Kafka topics, check their configuration, space usage, list all consumers who consume a single topic or watch partition details (such as low and high water marks, message count, ...).
  • Cluster overview: List available brokers, their space usage, rack id and other information to get a high level overview of your brokers in your cluster.

A roadmap is maintained using milestones.

Kowl Kowl Business
Topic Overview
Consumer Group Overview
Broker/Cluster Overview
Message viewer
Login System (Google, GitHub OAuth)
RBAC permissions with group syncing
Screenshots Preview .gif in README https://cloudhut.dev/
Price Always free / Open source Free during beta*

*If you want to participate in the free beta sign in here: https://license.cloudhut.dev/ . You'll get a forever free license for 2 seats. If you need more than 2 seats, just drop us an email at info@cloudhut.dev

Documentation

The documentation, including links to our Terraform module & Helm chart for Kowl (Business) is available at /docs.

If you want to run Kowl locally take a look at the docker compose sample: /docs/local

Sponsors

License

Kowl is distributed under the Apache 2.0 License.

About

Kafka WebUI for exploring messages, consumers. configurations and more with a focus on a good UI & UX.

https://cloudhut.dev

License:Apache License 2.0


Languages

Language:TypeScript 65.8%Language:Go 27.5%Language:CSS 5.5%Language:Dockerfile 0.6%Language:HTML 0.5%Language:JavaScript 0.2%