provectus/kafka-ui

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

Aberta

#3.617 aberto em 3 de abr. de 2023

 (5 comentários) (0 reação) (0 responsável)Java (977 forks)batch import
good first issuescope/frontendstatus/acceptedstatus/confirmedtype/bug

Métricas do repositório

Stars
 (7.799 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

Guia do colaborador