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

貢獻者指南