Apache Kafka · Arazzo Workflow
Apache Kafka Review Consumer Group Lag
Version 1.0.0
Resolve the cluster, list the consumer groups, and pull the lag summary and assignment for one group.
View Spec
View on GitHub
Distributed SystemsEvent StreamingMessagingOpen SourcePub-SubArazzoWorkflows
Provider
Workflows
review-consumer-group-lag
Inspect a consumer group's state, membership, and lag summary.
Lists the consumer groups on a cluster and reads one group's coordinator, members, state, and lag so a lag alert can be attributed to a cause.
1
resolveCluster
listClusters
Resolve the cluster id from the REST Proxy so the review does not depend on a hardcoded cluster identifier.
2
listGroups
listConsumerGroups
List every consumer group on the cluster, giving the reviewer the full consuming estate before narrowing to the group under investigation.
3
readGroup
getConsumerGroup
Read the target group in detail. The state distinguishes a healthy STABLE group from one stuck in a rebalance, while the lag summary and member list show whether the group has enough consumers for its partitions.