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