misha_cafex v0.0.6 Cafex
Summary
Functions
Produce message to kafka server in the asynchronous way
Produce message to kafka server in the synchronous way
Start a consumer
Start a producer
See Cafex.Supervisor.stop_consumer/1
See Cafex.Supervisor.stop_producer/1
Types
Functions
Produce message to kafka server in the asynchronous way.
Produce message to kafka server in the synchronous way.
Specs
start_consumer(name :: atom, Cafex.Consumer.Manager.options) :: Supervisor.on_start_child
Start a consumer.
Read Cafex.Consumer.Manager for more details.
Specs
start_producer(topic_name :: String.t, opts :: Cafex.Producer.options) :: Supervisor.on_start_child
Start a producer.
Read Cafex.Producer for more details.