ruby-kafka
https://github.com/zendesk/ruby-kafka
Ruby
A Ruby client library for Apache Kafka
Kafka::Client#async_producer
Creates a new AsyncProducer instance.
All parameters allowed by {#producer} can be passed. In addition to this,
a few extra parameters can be passed when creating an async producer.Edit
git clone [email protected]:zendesk/ruby-kafka.git
cd ruby-kafka
open lib/kafka/client.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Kafka--Client-async_producer-for-pr
# Commit to gitgit add lib/kafka/client.rbgit commit -m "better docs for Kafka::Client#async_producer"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Kafka--Client-async_producer-for-pr
hub pull-request
# Celebrate!