Skip to content

Commit c1963b8

Browse files
Update ownedpartitions description
1 parent 4a95d67 commit c1963b8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

describegroups.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,8 @@ type DescribeGroupsResponseMemberMetadata struct {
7070
// UserData is the user data for the member.
7171
UserData []byte
7272

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

0 commit comments

Comments
 (0)