Latest
type alias ConsumerGroupState
import { type ConsumerGroupState } from "https://dotland.deno.dev/x/kafkasaur@v0.0.7/index.d.ts";
definition:
| "Unknown"
| "PreparingRebalance"
| "CompletingRebalance"
| "Stable"
| "Dead"
| "Empty"