[GitHub] kafka pull request: [MINOR] Fixed documenation of parameter "block...

2016-03-08 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/kafka/pull/954


---
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.
---


[GitHub] kafka pull request: [MINOR] Fixed documenation of parameter "block...

2016-02-23 Thread mjsax
GitHub user mjsax opened a pull request:

https://github.com/apache/kafka/pull/954

[MINOR] Fixed documenation of parameter "block.on.buffer.full"

default value is "false" and not "true"

See: 
https://stackoverflow.com/questions/35578519/kafka-block-on-buffer-full-default-value
and 
https://github.com/apache/kafka/blob/d5b43b19bb06e9cdc606312c8bcf87ed267daf44/clients/src/main/java/org/apache/kafka/clients/producer/ProducerConfig.java#L232


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/mjsax/kafka hotfix-docu

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/954.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 #954


commit b441200605fbb4441d09237bc3e936db95981f01
Author: mjsax 
Date:   2016-02-23T14:13:38Z

[MINOR] Fixed documenation of parameter "block.on.buffer.full"; default 
value is "false" and not "true"




---
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.
---