Kaffe.Producer.produce
You're seeing just the function
produce
, go back to Kaffe.Producer module for more information.
Synchronously produce the messages_list
to topic
messages_list
must be a list of{key, value}
tuplesopts
may include the partition strategy to use,partition_strategy: :md5
, or:random
or a function.
Returns:
* `:ok` on successfully producing each message
* `{:error, reason}` for any error