[GitHub] kafka pull request #4175: KAFKA-6161 add base classes for (De)Serializers wi...

2017-11-03 Thread evis
GitHub user evis opened a pull request: https://github.com/apache/kafka/pull/4175 KAFKA-6161 add base classes for (De)Serializers with empty conf methods All (de)serializers, which have empty configure() and/or close() methods, are now inherit NoConf(De)Serializer. Also

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

2017-07-16 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

[GitHub] kafka pull request #3485: KAFKA-5531: throw concrete exceptions in streams t...

2017-07-04 Thread evis
GitHub user evis opened a pull request: https://github.com/apache/kafka/pull/3485 KAFKA-5531: throw concrete exceptions in streams tests 1. Now instead of just generic Exception methods declare more concrete exceptions throwing or don't declare any throwing at all, if not needed

[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

[GitHub] kafka pull request #3466: MINOR: fix InsertSource transformation properties ...

2017-06-30 Thread evis
GitHub user evis opened a pull request: https://github.com/apache/kafka/pull/3466 MINOR: fix InsertSource transformation properties in doc @guozhangwang You can merge this pull request into a Git repository by running: $ git pull https://github.com/evis/kafka insertsource-doc

[GitHub] kafka pull request #3450: KAFKA-5529 Use only KafkaProducer in ConsoleProduc...

2017-06-28 Thread evis
GitHub user evis opened a pull request: https://github.com/apache/kafka/pull/3450 KAFKA-5529 Use only KafkaProducer in ConsoleProducer You can merge this pull request into a Git repository by running: $ git pull https://github.com/evis/kafka console-producer-remove-deprecated

[GitHub] kafka pull request #3435: KAFKA-4388 Recommended values for converters from ...

2017-06-26 Thread evis
GitHub user evis opened a pull request: https://github.com/apache/kafka/pull/3435 KAFKA-4388 Recommended values for converters from plugins Questions to reviewers: 1. Should we cache `converterRecommenders.validValues()`, `SinkConnectorConfig.configDef

[GitHub] kafka pull request #3433: MINOR: typo in variable name "unkownInfo"

2017-06-26 Thread evis
GitHub user evis opened a pull request: https://github.com/apache/kafka/pull/3433 MINOR: typo in variable name "unkownInfo" You can merge this pull request into a Git repository by running: $ git pull https://github.com/evis/kafka unkown_info_typo Alternative

[GitHub] kafka pull request #3430: KAFKA-4750: RocksDBStore always deletes null value...

2017-06-26 Thread evis
GitHub user evis opened a pull request: https://github.com/apache/kafka/pull/3430 KAFKA-4750: RocksDBStore always deletes null values @guozhangwang @mjsax You can merge this pull request into a Git repository by running: $ git pull https://github.com/evis/kafka

[GitHub] kafka pull request #3421: KAFKA-5507: Check classpath empty in kafka-run-cla...

2017-06-23 Thread evis
GitHub user evis opened a pull request: https://github.com/apache/kafka/pull/3421 KAFKA-5507: Check classpath empty in kafka-run-class.sh You can merge this pull request into a Git repository by running: $ git pull https://github.com/evis/kafka kafka-run-class-check-classpath