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