kayrock v0.1.10 Kayrock.BrokerConnection View Source
A connection to a kafka broker.
Implements the Connection behavior.
You shouldn't generally need to use this module directly. Use Kayrock
or
Kayrock.Client
.
Link to this section Summary
Link to this section Functions
Link to this function
close(conn) View Source
Link to this function
recv(conn, timeout \\ 3000) View Source
Link to this function
send(conn, data) View Source
Link to this function
start_link(host, port, opts, timeout \\ 5000) View Source
Link to this function