kafka_gen_stage v2.0.4 KafkaGenStage View Source
Documentation for KafkaGenStage.
See KafkaGenStage.Consumer
for how to source messages from Kafka.
consumer_stage = KafkaGenStage.Consumer.start_link(
fn -> :brod.start_link_client([{'localhost', 9092}]) end,
"topic_to_consume", read_until: :latest
)
Then see KafkaGenStage.Producer
for how to feed messages to Kafka. (Soon)
Link to this section Summary
Link to this section Types
Brod’s type for where to start reading in kafka topic.
Kafka topic identifier.