DescribeCluster

fs2.kafka.KafkaAdminClient.DescribeCluster
sealed abstract class DescribeCluster[F[_]]

Attributes

Source
KafkaAdminClient.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def clusterId: F[String]

Current cluster ID.

Current cluster ID.

Attributes

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.

Attributes

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

Lists available nodes in the cluster.

Lists available nodes in the cluster.

Attributes

Source
KafkaAdminClient.scala