db2kafka v0.1.0 Db2Kafka.RecordAccessor

Summary

Types

deletion_result()
deletion_result() :: :ok | :error
records_result()
records_result ::
  {:ok, [%Db2Kafka.Record{body: term, created_at: term, id: term, partition_key: term, topic: term}]} |
  {:error, String.t}

Functions

get_min_id(db_pid)
get_records(min_id, id_space_partition_size, db_pid)
get_records_async(reply_to, batch_size)
get_records_async(pid, integer) :: :ok
start_link()
start_link() :: GenServer.on_start