kafka_impl v0.5.0 KafkaImpl.KafkaEx

Summary

Functions

create_no_name_worker(brokers, consumer_group)

Callback implementation for KafkaImpl.create_no_name_worker/2.

create_no_name_worker(server_module, brokers, consumer_group)

Callback implementation for KafkaImpl.create_no_name_worker/3.

earliest_offset(topic, partition, name \\ KafkaEx.Server)

See KafkaEx.earliest_offset/3.

fetch(topic, partition, opts \\ [])

See KafkaEx.fetch/3.

latest_offset(topic, partition, name \\ KafkaEx.Server)

See KafkaEx.latest_offset/3.

metadata(opts \\ [])

See KafkaEx.metadata/1.

offset(topic, partition, time, name \\ KafkaEx.Server)

See KafkaEx.offset/4.

offset_commit(worker_name, offset_commit_request)

See KafkaEx.offset_commit/2.

offset_fetch(worker_name, offset_fetch_request)

See KafkaEx.offset_fetch/2.

produce(req, opts \\ [])

See KafkaEx.produce/2.