kafka_consumer v2.0.0 KafkaConsumer.ExampleConsumer
Link to this section Summary
Functions
Callback implementation for KafkaConsumer.Consumer.handle_async/1
Callback implementation for c::brod_group_subscriber.handle_message/4
Callback implementation for KafkaConsumer.Consumer.handle_sync/2
Callback implementation for c::brod_group_subscriber.init/2
Link to this section Functions
Link to this function
handle_async(message)
Callback implementation for KafkaConsumer.Consumer.handle_async/1
.
Link to this function
handle_message(topic, partition, kafka_message, state)
Callback implementation for c::brod_group_subscriber.handle_message/4
.
Link to this function
handle_sync(message, state)
Callback implementation for KafkaConsumer.Consumer.handle_sync/2
.
Link to this function
init(group_id, init_args)
Callback implementation for c::brod_group_subscriber.init/2
.