Class DescribeClusterResult

    • Method Detail

      • nodes

        public KafkaFuture<java.util.Collection<Node>> nodes()
        Returns a future which yields a collection of nodes.
      • controller

        public KafkaFuture<Node> controller()
        Returns a future which yields the current controller id. Note that this may yield null, if the controller ID is not yet known.
      • clusterId

        public KafkaFuture<java.lang.String> clusterId()
        Returns a future which yields the current cluster id. The future value will be non-null if the broker version is 0.10.1.0 or higher and null otherwise.