Open freef4ll opened 2 years ago
@freef4ll I'd say these are differences in the view. As you can see, your consumer group doesn't have any offset for partition 1. So technically you are not consuming this partition. RPK interprets this differently than Console in the sense that it considers non-consumed partitions in a topic as a 100% lag where as Console just considers it as unconsumed.
I think it makes sense to align the two tools so that they have a similar representation.
The partition 1 is missed in Console view:
(Redpanda Console (Platform Version v22.2) (built August 11, 2022) FC11F77)
rpk describes all 4 paritions and consumer groups:
In Console it looks like:
And partition view looks good:
There is no rendering issues or container errors; container restart doesn't help either.