Package org.apache.kafka.clients.admin
Class ShareMemberDescription
java.lang.Object
org.apache.kafka.clients.admin.ShareMemberDescription
A detailed description of a single share group member in the cluster.
Constructor Summary
ConstructorsConstructorDescriptionShareMemberDescription(String memberId, String clientId, String host, ShareMemberAssignment assignment, int memberEpoch) Method Summary
Constructor Details
Method Details
equals
hashCode
public int hashCode()consumerId
The consumer id of the group member.clientId
The client id of the group member.host
The host where the group member is running.assignment
The assignment of the group member.memberEpoch
public int memberEpoch()The epoch of the group member.toString