GitHub user sasakitoa opened a pull request: https://github.com/apache/kafka/pull/733
MINOR: Replace deprecated property in MirrorMaker MirrorMaker uses deprecated property "block.on.buffer.full" as default. Replace this with "max.block.ms" which is recommended. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sasakitoa/kafka mirrormaker_deprecated_param Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/733.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 #733 ---- commit 7677a90e7379c387356e4dc0d657c340edce7f9e Author: Sasaki Toru <sasaki...@nttdata.co.jp> Date: 2016-01-05T08:07:10Z Replace deprecated property "block.on.buffer.full" with "max.block.ms". ---- --- 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. ---