What do the state and coordinator columns in AKHQ mean?
Solution 1:
Late question but I don't know people ask question about akhq on stackoverflow.
The state of AKHQ is state from Kafka that is documentation here
Most important :
-
Empty
: No consumer are connected -
PreparingRebalance
: consumers are just joining and wait for a rebalance -
CompletingRebalance
: consumers rebalanced is done and wait to be completed -
Stable
: The group have consumer and is active
For the Dead
I have never seen by myself