kafka_impl v0.3.3 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)

See KafkaEx.earliest_offset/2.

earliest_offset(topic, partition, name)

See KafkaEx.earliest_offset/3.

fetch(topic, partition)

See KafkaEx.fetch/2.

fetch(topic, partition, opts)

See KafkaEx.fetch/3.

latest_offset(topic, partition)

See KafkaEx.latest_offset/2.

latest_offset(topic, partition, name)

See KafkaEx.latest_offset/3.

metadata()

See KafkaEx.metadata/0.

metadata(opts)

See KafkaEx.metadata/1.

offset(topic, partition, time)

See KafkaEx.offset/3.

offset(topic, partition, time, name)

See KafkaEx.offset/4.

offset_commit(worker_name, offset_commit_request)

See KafkaEx.offset_commit/2.

produce(req)

See KafkaEx.produce/1.

produce(req, opts)

See KafkaEx.produce/2.