Skip to content
#

kafka-ui

Here are 20 public repositories matching this topic...

kafka-ui
Mgrdich
Mgrdich commented Mar 17, 2022

Is your proposal related to a problem?

Go to Topics -> select topic -> go to Settings tab.
When Settings tab is rendering the page is empty, when Topics Settings request executed table is updated with responded values.

Describe the solution you'd like

I think we should show 'loading..' when waiting for Settings response. so that from a UX perspective the users will not be c

akhq
florianmutter
florianmutter commented Jan 28, 2022

If I have a schema with a decimal like this (example from the code):

{
    "name": "Dog",
    "namespace": "org.akhq",
    "type": "record",
    "fields" : [
        {"name": "id", "type": "int"},
        {"name": "name", "type": "string"},
        {"name": "weight", "type" : { "type" : "bytes", "logicalType" : "decimal", "precision" : 4, "scale" : 2}}
    ]
}

and I create a

kowl
MaxBoeh
MaxBoeh commented Nov 4, 2021

We are using the protobuf-git configuration as described at https://cloudhut.dev/docs/features/protobuf#git-repository
In our repository the proto-files live within a proto directory, which seems to be very common, and contains 5 levels of nested folders.

Currently KOWL searches only the first 5 levels of the checkout for .proto files, so our last level is not considered.

  • Please

Kafka Sandbox helps you to deploy a kafka sandbox locally. It intends to be a simple way to get started with kafka and help you on your learning path. It provides you with a wide variety of tools from the kafka ecosystem and a simple way to run them all. It also includes a set of tools and tips to make it easier for you to use kafka. It does not include security since it is not a production system

  • Updated Oct 16, 2021
  • Java

KafVam is a Windows Desktop UI for viewing Kafka topics, messages. You can also poll kafka messages in realtime from latest offset /from beginning offset. It also has functionality to describe groups pertained to the topic to check lag. One exciting feature is to filter the messages in realtime based on multiple search criteria.

  • Updated Feb 5, 2021
  • Java

Improve this page

Add a description, image, and links to the kafka-ui topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kafka-ui topic, visit your repo's landing page and select "manage topics."

Learn more