Class MemberDescription

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

public class MemberDescription
extends Object
A detailed description of a single group instance in the cluster.
  • Constructor Details

  • Method Details

    • equals

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

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

      public String consumerId()
      The consumer id of the group member.
    • groupInstanceId

      public Optional<String> groupInstanceId()
      The instance id of the group member.
    • clientId

      public String clientId()
      The client id of the group member.
    • host

      public String host()
      The host where the group member is running.
    • assignment

      public MemberAssignment assignment()
      The assignment of the group member.
    • toString

      public String toString()
      Overrides:
      toString in class Object