We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a95d67 commit c1963b8Copy full SHA for c1963b8
describegroups.go
@@ -70,9 +70,8 @@ type DescribeGroupsResponseMemberMetadata struct {
70
// UserData is the user data for the member.
71
UserData []byte
72
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.
+ // OwnedPartitions contains the partitions owned by this group member; only set if
+ // consumers are using a cooperative rebalancing assignor protocol.
76
OwnedPartitions []DescribeGroupsResponseMemberMetadataOwnedPartition
77
}
78
0 commit comments