Package org.apache.kafka.clients.admin
Class MemberAssignment
java.lang.Object
org.apache.kafka.clients.admin.MemberAssignment
A description of the assignments of a specific group member.
Constructor Summary
ConstructorsConstructorDescriptionMemberAssignment(Set<TopicPartition> topicPartitions) Creates an instance with the specified parameters.Method Summary
Constructor Details
MemberAssignment
Creates an instance with the specified parameters.- Parameters:
topicPartitions- List of topic partitions
Method Details