[GitHub] kafka pull request #3478: KAFKA-3539: KafkaProducer.send() should not block

2017-07-15 Thread evis
Github user evis closed the pull request at: https://github.com/apache/kafka/pull/3478 --- 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 enable

[GitHub] kafka pull request #3478: KAFKA-3539: KafkaProducer.send() should not block

2017-07-03 Thread evis
GitHub user evis opened a pull request: https://github.com/apache/kafka/pull/3478 KAFKA-3539: KafkaProducer.send() should not block Just wrapped current `doSend()` method invocation into another `Future` to get rid of blocking while calling `KafkaProducer#send()`. I know, that a lot