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