provectus/kafka-ui

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

开放

#3,617 创建于 2023年4月3日

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

仓库指标

星标
 (7,799 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南