vertx / io.vertx.kotlin.kafka.client.common / Node

Node

fun Node(hasRack: Boolean? = null, host: String? = null, id: Int? = null, idString: String? = null, isEmpty: Boolean? = null, port: Int? = null, rack: String? = null): Node

A function providing a DSL for building io.vertx.kafka.client.common.Node objects.

Information about a Kafka cluster node

Parameters

hasRack - Set if this node has a defined rack

host - Set the host name for this node

id - Set the node id of this node

idString - Set the string representation of the node id

isEmpty - Set if this node is empty

port - Set the port for this node

rack - Set the rack for this node