RigKafka.Client (Reactive Interaction Gateway v3.0.0-alpha.2) View Source
The Kafka client that holds connections to one or more brokers.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Link to this section Types
Specs
Specs
kafka_headers() :: list()
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Specs
Specs
start_supervised(RigKafka.Config.t(), callback() | nil) :: {:ok, pid()} | :ignore | {:error, any()}
Specs
stop_supervised(pid()) :: :ok | {:error, :not_found}