DescribeCluster

sealed abstract class DescribeCluster[F[_]]
class Object
trait Matchable
class Any

Value members

Abstract methods

Current cluster ID.

Current cluster ID.

Source:
KafkaAdminClient.scala
def controller: F[Node]

The node in the cluster acting as the current controller.

The node in the cluster acting as the current controller.

Source:
KafkaAdminClient.scala
def nodes: F[Set[Node]]

Lists available nodes in the cluster.

Lists available nodes in the cluster.

Source:
KafkaAdminClient.scala