provectus/kafka-ui

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

Open

Aperta il 3 apr 2023

Vedi su GitHub
 (5 commenti) (0 reazioni) (0 assegnatari)Java (7799 star) (977 fork)batch import
good first issuescope/frontendstatus/acceptedstatus/confirmedtype/bug

Descrizione

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

Guida contributor