kafka_ex v0.11.0 KafkaEx.New.Broker View Source

Encapsulates what we know about a broker

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
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