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