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