ruby-kafka
https://github.com/zendesk/ruby-kafka
Ruby
A Ruby client library for Apache Kafka
Kafka::AsyncResponse#call
Block until a response is available.
Edit
git clone [email protected]:zendesk/ruby-kafka.git
cd ruby-kafka
open lib/kafka/connection.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Kafka--AsyncResponse-call-for-pr
# Commit to gitgit add lib/kafka/connection.rbgit commit -m "better docs for Kafka::AsyncResponse#call"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Kafka--AsyncResponse-call-for-pr
hub pull-request
# Celebrate!