RigKafka (Reactive Interaction Gateway v3.0.0-alpha.2) View Source
Kafka client for RIG.
Basically wrapping :brod, tailored to our needs.
Link to this section Summary
Link to this section Functions
Specs
produce(RigKafka.Config.t(), topic(), schema(), key(), plaintext(), headers()) :: :ok
Specs
start(RigKafka.Config.t(), RigKafka.Client.callback() | nil) :: {:ok, pid()} | :ignore | {:error, any()}