Kayrock.Client.ClusterMetadata (kayrock v0.1.15) View Source
Encapsulates what we know about the state of a Kafka broker cluster
Link to this section Summary
Link to this section Types
Specs
node_select_error() :: :no_such_node | :no_such_topic | :no_such_partition
Specs
Link to this section Functions
Specs
select_node(t(), Kayrock.node_selector()) :: {:ok, Kayrock.node_id()} | {:error, node_select_error()}