Class StreamsGroupDescription

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

@Evolving public class StreamsGroupDescription extends Object
A detailed description of a single streams group in the cluster.
  • Constructor Details

  • Method Details

    • groupId

      public String groupId()
      The id of the streams group.
    • groupEpoch

      public int groupEpoch()
      The epoch of the consumer group.
    • targetAssignmentEpoch

      public int targetAssignmentEpoch()
      The epoch of the target assignment.
    • topologyEpoch

      public int topologyEpoch()
      The epoch of the currently used topology.
    • members

      A list of the members of the streams group.
    • subtopologies

      A list of the subtopologies in the streams group.
    • groupState

      public GroupState groupState()
      The state of the streams group, or UNKNOWN if the state is too new for us to parse.
    • coordinator

      public Node coordinator()
      The 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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object