vertx / io.vertx.kotlin.kafka.admin / clusterDescriptionOf

clusterDescriptionOf

fun clusterDescriptionOf(clusterId: String? = null, controller: Node? = null, nodes: Iterable<Node>? = null): ClusterDescription

A function providing a DSL for building io.vertx.kafka.admin.ClusterDescription objects.

A detailed description of the cluster

Parameters

clusterId - Set the cluster ID

controller - Set the controller node.

nodes - Set the nodes belonging to this cluster