GitHub user sasakitoa opened a pull request: https://github.com/apache/kafka/pull/716
KAFKA-3043: Replace request.required.acks with acks in docs. In Kafka 0.9, request.required.acks=-1 which configration of producer is replaced by acks=all, but this old config is remained in docs. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sasakitoa/kafka acks_doc Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/716.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #716 ---- commit ab7d1b041f7c9472757672c7d2e62ac533390c85 Author: Sasaki Toru <sasaki...@nttdata.co.jp> Date: 2015-12-25T05:27:44Z Replace request.required.acks with acks in docs. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---