# 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.
GetEarliestorLatestOffset gets earliest/latest offset for a given topic partition for resetting offsets of consumer group.
GetGroupDetails returns the details (membership, etc.) for a single consumer group.
GetGroups fetches and returns information about all consumer groups in the cluster.
GetMemberLags returns the lag for each partition being consumed by the argument group in the argument topic.
ResetOffsets updates the offsets for a given topic / group combination.
# Constants
Consumer Group Offset reset strategies.
Consumer Group Offset reset strategies.
# Structs
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.