provectus/kafka-ui

FE: Do not show messages behind = 0, when it is not set on backend

开放

#4,144 创建于 2023年8月22日

 (2 条评论) (0 个反应) (0 位负责人)Java (977 个派生)batch import
good first issuescope/frontendstatus/acceptedtype/bug

仓库指标

星标
 (7,799 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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 master-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)

When on Consumers page if consumer has no committed offsets, now it is show like message behind = "0", which is not right.

Expected behavior

No value should be shown. (of disclaimer that "No offsets have been committed yet")

Your installation details

0.7.1

Steps to reproduce

  1. start consumer that reads any topic
  2. go to Consumers -> select consumer -> see messages behind column (on topic level)

Screenshots

Logs

No response

Additional context

No response

贡献者指南