@InterfaceStability.Unstable
public interface GroupSpec
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPartitionAssigned(org.apache.kafka.common.Uuid topicId,
int partitionId) |
MemberAssignment |
memberAssignment(String memberId)
Gets the current assignment of the member.
|
Collection<String> |
memberIds() |
MemberSubscription |
memberSubscription(String memberId)
Gets the member subscription specification for a member.
|
SubscriptionType |
subscriptionType() |
Collection<String> memberIds()
SubscriptionType subscriptionType()
boolean isPartitionAssigned(org.apache.kafka.common.Uuid topicId,
int partitionId)
MemberSubscription memberSubscription(String memberId)
memberId - The member Id.IllegalArgumentException - If the member Id isn't found.MemberAssignment memberAssignment(String memberId)
memberId - The member Id.