Class MemberAssignment

java.lang.Object
org.apache.kafka.clients.admin.MemberAssignment

public class MemberAssignment
extends Object
A description of the assignments of a specific group member.
  • Constructor Details

    • MemberAssignment

      public MemberAssignment​(Set<TopicPartition> topicPartitions)
      Creates an instance with the specified parameters.
      Parameters:
      topicPartitions - List of topic partitions
  • Method Details