[GitHub] kafka pull request: KAFKA-3236: Honor Producer Configuration "bloc...

2016-04-28 Thread knusbaum
Github user knusbaum closed the pull request at: https://github.com/apache/kafka/pull/934 --- 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

[GitHub] kafka pull request: KAFKA-3236: Honor Producer Configuration "bloc...

2016-02-29 Thread knusbaum
Github user knusbaum closed the pull request at: https://github.com/apache/kafka/pull/934 --- 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

[GitHub] kafka pull request: KAFKA-3236: Honor Producer Configuration "bloc...

2016-02-29 Thread knusbaum
GitHub user knusbaum reopened a pull request: https://github.com/apache/kafka/pull/934 KAFKA-3236: Honor Producer Configuration "block.on.buffer.full" You can merge this pull request into a Git repository by running: $ git pull https://github.com/knusbaum/kafka

[GitHub] kafka pull request: KAFKA-3236: Honor Producer Configuration "bloc...

2016-02-18 Thread knusbaum
GitHub user knusbaum opened a pull request: https://github.com/apache/kafka/pull/934 KAFKA-3236: Honor Producer Configuration "block.on.buffer.full" You can merge this pull request into a Git repository by running: $ git pull https://github.com/knusbaum/kafka

[GitHub] kafka pull request: KAFKA-3236: Honor Producer Configuration "bloc...

2016-02-18 Thread knusbaum
Github user knusbaum closed the pull request at: https://github.com/apache/kafka/pull/929 --- 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

[GitHub] kafka pull request: KAFKA-3236: Honor Producer Configuration "bloc...

2016-02-17 Thread knusbaum
GitHub user knusbaum opened a pull request: https://github.com/apache/kafka/pull/929 KAFKA-3236: Honor Producer Configuration "block.on.buffer.full" In Kafka-0.9, `max.block.ms` is used to control how long the following methods will block. `KafkaPro