provectus/kafka-ui

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

Offen

#3.617 geöffnet am 03.04.2023

 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (977 Forks)batch import
good first issuescope/frontendstatus/acceptedstatus/confirmedtype/bug

Repository-Metriken

Stars
 (7.799 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

Contributor Guide