Interface MemberAssignment


public interface MemberAssignment
The partition assignment for a consumer group member.
  • Method Summary

    Modifier and Type
    Method
    Description
    Map<org.apache.kafka.common.Uuid,Set<Integer>>
     
  • Method Details

    • partitions

      Map<org.apache.kafka.common.Uuid,Set<Integer>> partitions()
      Returns:
      The assigned partitions keyed by topic Ids.