We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
master
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.
describe
I believe that N/A can also be accepted as "Not Available", so I would like to modify it to display 0.
In the "Consumers" tab, if the consumer's LAG is 0, it is displayed as 0 instead of N/A.
v0.7.2 (by DockerHub)
with docker compose
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
You can just consume a message to the topic without anything special or start the consumer without any message.
No response
The text was updated successfully, but these errors were encountered:
Hello there K-Diger! 👋
Thank you and congratulations 🎉 for opening your very first issue in this project! 💖
In case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀
Sorry, something went wrong.
No branches or pull requests
Issue submitter TODO list
master
-labeled docker image and the issue still persists thereDescribe 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
v0.7.2 (by DockerHub)
with docker compose
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
The text was updated successfully, but these errors were encountered: