Class ConsumerGroupDescription


  • public class ConsumerGroupDescription
    extends Object
    A detailed description of a single consumer group in the cluster.
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • groupId

        public String groupId()
        The id of the consumer group.
      • isSimpleConsumerGroup

        public boolean isSimpleConsumerGroup()
        If consumer group is simple or not.
      • partitionAssignor

        public String partitionAssignor()
        The consumer group partition assignor.
      • state

        public ConsumerGroupState state()
        The consumer group state, or UNKNOWN if the state is too new for us to parse.
      • coordinator

        public Node coordinator()
        The consumer group coordinator, or null if the coordinator is not known.
      • authorizedOperations

        public Set<AclOperation> authorizedOperations()
        authorizedOperations for this group, or null if that information is not known.