[GitHub] kafka pull request: KAFKA-2493 Upgraded zkclient dependency from 0...

2015-09-01 Thread sslavic
GitHub user sslavic opened a pull request: https://github.com/apache/kafka/pull/184 KAFKA-2493 Upgraded zkclient dependency from 0.5 to 0.6 You can merge this pull request into a Git repository by running: $ git pull https://github.com/sslavic/kafka feature/KAFKA-2492

[GitHub] kafka pull request: KAFKA-1370 Added Gradle startup script for Win...

2015-07-29 Thread sslavic
Github user sslavic closed the pull request at: https://github.com/apache/kafka/pull/22 --- 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-1371 Ignore build output dirs

2015-07-29 Thread sslavic
Github user sslavic closed the pull request at: https://github.com/apache/kafka/pull/21 --- 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-1375: Fix formatting in README.md

2015-07-29 Thread sslavic
Github user sslavic closed the pull request at: https://github.com/apache/kafka/pull/24 --- 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: Ignore gradle wrapper download directory

2015-07-29 Thread sslavic
Github user sslavic closed the pull request at: https://github.com/apache/kafka/pull/67 --- 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: Fixed ConsumerRecord constructor javadoc

2015-07-29 Thread sslavic
GitHub user sslavic reopened a pull request: https://github.com/apache/kafka/pull/85 Fixed ConsumerRecord constructor javadoc Refactoring of ConsumerRecord made in https://github.com/apache/kafka/commit/0699ff2ce60abb466cab5315977a224f1a70a4da#diff-fafe8d3a3942f3c6394927881a9389b2

[GitHub] kafka pull request: Fixed ConsumerRecord constructor javadoc

2015-07-29 Thread sslavic
Github user sslavic closed the pull request at: https://github.com/apache/kafka/pull/85 --- 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-2358 KafkaConsumer.partitionsFor returns...

2015-07-24 Thread sslavic
GitHub user sslavic opened a pull request: https://github.com/apache/kafka/pull/96 KAFKA-2358 KafkaConsumer.partitionsFor returns empty list for non-existing topic You can merge this pull request into a Git repository by running: $ git pull https://github.com/sslavic/kafka

[GitHub] kafka pull request: KAFKA-2356 Added support for retrieving partit...

2015-07-23 Thread sslavic
GitHub user sslavic opened a pull request: https://github.com/apache/kafka/pull/95 KAFKA-2356 Added support for retrieving partitions of ConsumerRecords You can merge this pull request into a Git repository by running: $ git pull https://github.com/sslavic/kafka feature/KAFKA

[GitHub] kafka pull request: Added to .gitignore Kafka server logs director...

2015-07-23 Thread sslavic
GitHub user sslavic opened a pull request: https://github.com/apache/kafka/pull/94 Added to .gitignore Kafka server logs directory When running Kafka server from sources, logs directory gets created in root of repository, and kafka server logs end up there. Currently that directory

[GitHub] kafka pull request: ConsumerRecords are organized per topic partit...

2015-07-22 Thread sslavic
GitHub user sslavic opened a pull request: https://github.com/apache/kafka/pull/92 ConsumerRecords are organized per topic partition ConsumerRecords has records organized per topic partition, not per topic as ConsumerRecords javadoc suggested. You can merge this pull request into

[GitHub] kafka pull request: auto.offset.reset docs not in sync with valida...

2015-07-21 Thread sslavic
GitHub user sslavic opened a pull request: https://github.com/apache/kafka/pull/91 auto.offset.reset docs not in sync with validation In this commit https://github.com/apache/kafka/commit/0699ff2ce60abb466cab5315977a224f1a70a4da#diff-5533ddc72176acd1c32f5abbe94aa672 among other

[GitHub] kafka pull request: Fixed javadoc for committed return value

2015-07-20 Thread sslavic
GitHub user sslavic opened a pull request: https://github.com/apache/kafka/pull/89 Fixed javadoc for committed return value If no offset has been committed, then committed method does not return (null) value, instead NoOffsetForPartitionException is thrown in that case. You can

[GitHub] kafka pull request: Fixed ConsumerRecord constructor javadoc

2015-07-18 Thread sslavic
GitHub user sslavic opened a pull request: https://github.com/apache/kafka/pull/85 Fixed ConsumerRecord constructor javadoc Refactoring of ConsumerRecord made in https://github.com/apache/kafka/commit/0699ff2ce60abb466cab5315977a224f1a70a4da#diff-fafe8d3a3942f3c6394927881a9389b2

[GitHub] kafka pull request: Upgrade Gradle wrapper to Gradle 2.0

2015-07-08 Thread sslavic
Github user sslavic closed the pull request at: https://github.com/apache/kafka/pull/29 --- 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-1372 Upgrade to Gradle 1.10

2015-07-08 Thread sslavic
Github user sslavic closed the pull request at: https://github.com/apache/kafka/pull/23 --- 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-2304: Supported enabling JMX in Kafka Va...

2015-07-07 Thread sslavic
Github user sslavic closed the pull request at: https://github.com/apache/kafka/pull/72 --- 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-2304: Supported enabling JMX in Kafka Va...

2015-07-07 Thread sslavic
GitHub user sslavic opened a pull request: https://github.com/apache/kafka/pull/72 KAFKA-2304: Supported enabling JMX in Kafka Vagrantfile You can merge this pull request into a Git repository by running: $ git pull https://github.com/sslavic/kafka feature/KAFKA-2304

[GitHub] kafka pull request: Ignore gradle wrapper download directory

2015-05-29 Thread sslavic
GitHub user sslavic opened a pull request: https://github.com/apache/kafka/pull/67 Ignore gradle wrapper download directory This patch adds gradle wrapper download directory to .gitignore You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] kafka pull request: Upgrade Gradle wrapper to Gradle 2.0

2014-07-27 Thread sslavic
GitHub user sslavic opened a pull request: https://github.com/apache/kafka/pull/29 Upgrade Gradle wrapper to Gradle 2.0 This patch upgrades gradle wrapper to gradle 2.0. As consequence license plugin dependency had to be upgraded as well. Issue: KAFKA-1559 You can merge

[GitHub] kafka pull request: KAFKA-1375: Fix formatting in README.md

2014-04-09 Thread sslavic
GitHub user sslavic opened a pull request: https://github.com/apache/kafka/pull/24 KAFKA-1375: Fix formatting in README.md This patch fixes formatting of instructions for using particular version of Scala when running a Gradle build task. You can merge this pull request into a Git

[GitHub] kafka pull request: KAFKA-1372 Upgrade to Gradle 1.11

2014-04-08 Thread sslavic
GitHub user sslavic opened a pull request: https://github.com/apache/kafka/pull/23 KAFKA-1372 Upgrade to Gradle 1.11 This patch upgrades Gradle wrapper from 1.6 to 1.11 You can merge this pull request into a Git repository by running: $ git pull https://github.com/sslavic

[GitHub] kafka pull request: KAFKA-1370 Added Gradle startup script for Win...

2014-04-08 Thread sslavic
GitHub user sslavic opened a pull request: https://github.com/apache/kafka/pull/22 KAFKA-1370 Added Gradle startup script for Windows This patch adds Gradle startup script for Windows You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] kafka pull request: Ignore build output dirs

2014-04-07 Thread sslavic
GitHub user sslavic opened a pull request: https://github.com/apache/kafka/pull/21 Ignore build output dirs This patch extends git ignore patterns to all build and .gradle dirs You can merge this pull request into a Git repository by running: $ git pull https://github.com