# Functions
FormatGroupCoordinators generates a pretty table from the results of a call to GetGroups.
FormatGroupMembers generates a pretty table from a slice of MemberInfo details.
FormatMemberLags generates a pretty table from the results of GetMemberLags.
FormatMemberPartitionCounts generates a pretty table with the details on how many partitions group members are consuming from.
FormatPartitionOffsets generates a pretty table that shows the proposed offsets for each partition in a reset.
NewClient creates and returns a new Client instance.
# Structs
Client is a struct for getting information about consumer groups from a cluster.
GroupCoordinator stores the coordinator broker for a single consumer group.
GroupDetails stores the state and members for a consumer group.
MemberInfo stores information about a single consumer group member.
MemberPartitionLag information about the lag for a single topic / partition / group member combination.