Skip to content

Commit

Permalink
Update ownedpartitions description
Browse files Browse the repository at this point in the history
yolken-segment committed Oct 1, 2021
1 parent 4a95d67 commit c1963b8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions describegroups.go
Original file line number Diff line number Diff line change
@@ -70,9 +70,8 @@ type DescribeGroupsResponseMemberMetadata struct {
// UserData is the user data for the member.
UserData []byte

// OwnedPartitions contains the partitions owned by this group member.
//
// Note: Only set if the member metadata is using version 1 of the protocol.
// OwnedPartitions contains the partitions owned by this group member; only set if
// consumers are using a cooperative rebalancing assignor protocol.
OwnedPartitions []DescribeGroupsResponseMemberMetadataOwnedPartition
}

0 comments on commit c1963b8

Please sign in to comment.