KafkaEx.New.Broker (kafka_ex v0.12.1) View Source

Encapsulates what we know about a broker

Link to this section Summary

Link to this section Types

Specs

t() :: %KafkaEx.New.Broker{
  host: term(),
  node_id: term(),
  port: term(),
  rack: term(),
  socket: term()
}

Link to this section Functions

Link to this function

has_socket?(arg1, socket)

View Source