Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I propose to modify the notation method when the LAG of Consumer Group is 0. #675

Open
4 tasks done
K-Diger opened this issue Nov 26, 2024 · 1 comment · May be fixed by #686
Open
4 tasks done

I propose to modify the notation method when the LAG of Consumer Group is 0. #675

K-Diger opened this issue Nov 26, 2024 · 1 comment · May be fixed by #686
Labels
status/triage/completed Automatic triage completed status/triage/manual Manual triage in progress type/bug Something isn't working

Comments

@K-Diger
Copy link

K-Diger commented Nov 26, 2024

Issue submitter TODO list

  • I've looked up my issue in FAQ
  • I've searched for an already existing issues here
  • I've tried running main-labeled docker image and the issue still persists there
  • I'm running a supported version of the application which is listed here

Describe the bug (actual behavior)

In the "Consumers" tab, there were cases where the LAG value for consumers was N/A.

However, when queried using the describe CLI command, LAG was displayed as 0.

I believe that N/A can also be accepted as "Not Available", so I would like to modify it to display 0.

Expected behavior

In the "Consumers" tab, if the consumer's LAG is 0, it is displayed as 0 instead of N/A.

Your installation details

name: kafka-ui
services:
kakfa-ui:
image: provectuslabs/kafka-ui:v0.7.2
container_name: kakfa-ui
ports:
- '80:8080'
environment:
- KAFKA_CLUSTERS_0_NAME=kafka_cluster
- KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS=localhost:29092,localhost:29092,localhost:29092
- DYNAMIC_CONFIG_ENABLED=true
- KAFKA_CLUSTERS_0_AUDIT_TOPICAUDITENABLED=true
- KAFKA_CLUSTERS_0_AUDIT_CONSOLEAUDITENABLED=true

Steps to reproduce

You can just consume a message to the topic without anything special or start the consumer without any message.

Screenshots

No response

Logs

No response

Additional context

No response

@K-Diger K-Diger added status/triage Issues pending maintainers triage type/bug Something isn't working labels Nov 26, 2024
@kapybro kapybro bot added status/triage/manual Manual triage in progress status/triage/completed Automatic triage completed and removed status/triage Issues pending maintainers triage labels Nov 26, 2024
Copy link

Hi K-Diger! 👋

Welcome, and thank you for opening your first issue in the repo!

Please wait for triaging by our maintainers.

As development is carried out in our spare time, you can support us by sponsoring our activities or even funding the development of specific issues.
Sponsorship link

If you plan to raise a PR for this issue, please take a look at our contributing guide.

@K-Diger K-Diger linked a pull request Nov 30, 2024 that will close this issue
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/triage/completed Automatic triage completed status/triage/manual Manual triage in progress type/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant