Node

zio.kafka.admin.AdminClient$.Node
See theNode companion object
final case class Node(id: Int, host: Option[String], port: Option[Int], rack: Option[String])

Attributes

host

can't be empty string if present

id

= 0

port

can't be negative if present

Companion:
object
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

lazy val asJava: Node