RigKafka.Config (Reactive Interaction Gateway v3.0.0-alpha.2) View Source
Kafka connection configuration.
Link to this section Summary
Link to this section Types
Specs
broker() :: {host :: String.t(), port :: pos_integer()}
Specs
Specs
Specs
t() :: %{
brokers: [broker()],
consumer_topics: [topic()],
server_id: atom(),
client_id: atom(),
group_id: String.t(),
ssl: nil | ssl_config(),
sasl: nil | sasl_config()
}
Specs
topic() :: String.t()