provectus/kafka-ui

Topic page: Show N/A placeholder if there is not offset info available

Open

#3,617 建立於 2023年4月3日

在 GitHub 查看
 (5 留言) (0 反應) (0 負責人)Java (7,799 star) (977 fork)batch import
good first issuescope/frontendstatus/acceptedstatus/confirmedtype/bug

描述

Setup: topic page, BE returns null min/max offsets. Current behavior: Min and Max offsets not shown, Messages count is 0 (which is invalid)

Expected:

  • if either max or min offsets are unknown then Messages count should show N/A
  • if one of offset not available, then corresponding column should have N/A values

貢獻者指南