kafka_ex v0.10.0 KafkaEx.Server0P8P0 View Source

Implements kafkaEx.Server behaviors for kafka >= 0.8.0 < 0.8.2 API.

Link to this section Summary

Functions

Link to this section Functions

Link to this function handle_call(arg1, from, state) View Source
Link to this function handle_info(arg1, state) View Source
Link to this function kafka_api_versions(state) View Source

Callback implementation for KafkaEx.Server.kafka_api_versions/1.

Link to this function kafka_create_topics(_, _, state) View Source

Callback implementation for KafkaEx.Server.kafka_create_topics/3.

Link to this function kafka_delete_topics(_, _, state) View Source

Callback implementation for KafkaEx.Server.kafka_delete_topics/3.

Link to this function kafka_server_consumer_group(state) View Source

Callback implementation for KafkaEx.Server.kafka_server_consumer_group/1.

Link to this function kafka_server_consumer_group_metadata(state) View Source

Callback implementation for KafkaEx.Server.kafka_server_consumer_group_metadata/1.

Link to this function kafka_server_fetch(fetch_request, state) View Source

Callback implementation for KafkaEx.Server.kafka_server_fetch/2.

Link to this function kafka_server_heartbeat(_, _, state) View Source

Callback implementation for KafkaEx.Server.kafka_server_heartbeat/3.

Callback implementation for KafkaEx.Server.kafka_server_init/1.

Link to this function kafka_server_join_group(_, _, state) View Source

Callback implementation for KafkaEx.Server.kafka_server_join_group/3.

Link to this function kafka_server_leave_group(_, _, state) View Source

Callback implementation for KafkaEx.Server.kafka_server_leave_group/3.

Link to this function kafka_server_metadata(topic, state) View Source

Callback implementation for KafkaEx.Server.kafka_server_metadata/2.

Link to this function kafka_server_offset(topic, partition, time, state) View Source

Callback implementation for KafkaEx.Server.kafka_server_offset/4.

Link to this function kafka_server_offset_commit(_, state) View Source

Callback implementation for KafkaEx.Server.kafka_server_offset_commit/2.

Link to this function kafka_server_offset_fetch(_, state) View Source

Callback implementation for KafkaEx.Server.kafka_server_offset_fetch/2.

Link to this function kafka_server_produce(produce_request, state) View Source

Callback implementation for KafkaEx.Server.kafka_server_produce/2.

Link to this function kafka_server_produce_send_request(correlation_id, produce_request, produce_request_data, state) View Source
Link to this function kafka_server_sync_group(_, _, state) View Source

Callback implementation for KafkaEx.Server.kafka_server_sync_group/3.

Link to this function kafka_server_update_consumer_metadata(state) View Source

Callback implementation for KafkaEx.Server.kafka_server_update_consumer_metadata/1.

Link to this function kafka_server_update_metadata(state) View Source

Callback implementation for KafkaEx.Server.kafka_server_update_metadata/1.

Link to this function retrieve_metadata(brokers, correlation_id, sync_timeout, topic \\ [], server_api_versions \\ [:unsupported]) View Source
Link to this function retrieve_metadata(brokers, correlation_id, sync_timeout, topic, retry, error_code, server_api_versions \\ [:unsupported]) View Source
Link to this function retrieve_metadata_with_version(brokers, correlation_id, sync_timeout, topic, retry, error_code, server_api_versions) View Source
Link to this function start_link(args, name \\ __MODULE__) View Source
Link to this function terminate(reason, state) View Source