[GitHub] kafka pull request: KAFKA-2061: Offer a --version flag to print th...

2015-12-08 Thread sasakitoa
GitHub user sasakitoa opened a pull request: https://github.com/apache/kafka/pull/639 KAFKA-2061: Offer a --version flag to print the kafka version Add version option to command line tools to print Kafka version You can merge this pull request into a Git repository by running

[GitHub] kafka pull request: KAFKA-2940: Make available to use any Java opt...

2015-12-02 Thread sasakitoa
GitHub user sasakitoa opened a pull request: https://github.com/apache/kafka/pull/621 KAFKA-2940: Make available to use any Java options at startup scripts We cannot specify any Java options (e.g. option for remote debugging) at startup scrips such as kafka-server-start.sh

[GitHub] kafka pull request: Minor - Add description of -daemon option to z...

2015-12-07 Thread sasakitoa
GitHub user sasakitoa opened a pull request: https://github.com/apache/kafka/pull/634 Minor - Add description of -daemon option to zookeeper-server-start.sh You can merge this pull request into a Git repository by running: $ git pull https://github.com/sasakitoa/kafka

[GitHub] kafka pull request: KAFKA-3002: Make available to specify hostname...

2015-12-16 Thread sasakitoa
GitHub user sasakitoa opened a pull request: https://github.com/apache/kafka/pull/685 KAFKA-3002: Make available to specify hostname with Uppercase at broker list Make available to specify hostname with Uppercase at broker list You can merge this pull request into a Git repository

[GitHub] kafka pull request: KAFKA-2940: Make available to use any Java opt...

2015-12-17 Thread sasakitoa
Github user sasakitoa closed the pull request at: https://github.com/apache/kafka/pull/621 --- 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: MINOR: Improve document of MirrorMaker

2015-12-24 Thread sasakitoa
GitHub user sasakitoa opened a pull request: https://github.com/apache/kafka/pull/717 MINOR: Improve document of MirrorMaker You can merge this pull request into a Git repository by running: $ git pull https://github.com/sasakitoa/kafka mirrorMaker_doc Alternatively you can

[GitHub] kafka pull request: KAFKA-3043: Replace request.required.acks with...

2015-12-24 Thread sasakitoa
GitHub user sasakitoa opened a pull request: https://github.com/apache/kafka/pull/716 KAFKA-3043: Replace request.required.acks with acks in docs. In Kafka 0.9, request.required.acks=-1 which configration of producer is replaced by acks=all, but this old config is remained

[GitHub] kafka pull request: KAFKA-3767: Failed Kafka Connect's unit test b...

2016-05-28 Thread sasakitoa
GitHub user sasakitoa opened a pull request: https://github.com/apache/kafka/pull/1443 KAFKA-3767: Failed Kafka Connect's unit test because of Unknown license. This address to https://issues.apache.org/jira/browse/KAFKA-3767. You can merge this pull request into a Git repository

[GitHub] kafka pull request: MINOR: Remove multi-byte charactor in docs

2016-02-10 Thread sasakitoa
GitHub user sasakitoa opened a pull request: https://github.com/apache/kafka/pull/897 MINOR: Remove multi-byte charactor in docs There are multi-byte characters In quickstart.html and security.html. This PR will fix it. You can merge this pull request into a Git repository

[GitHub] kafka pull request: KAFKA-3281: Improve stop script's message when...

2016-02-25 Thread sasakitoa
GitHub user sasakitoa opened a pull request: https://github.com/apache/kafka/pull/971 KAFKA-3281: Improve stop script's message when no processes are running Stop scritps such as kafka-server-stop.sh log messages of kill command's error when processes aren't running. This PR

[GitHub] kafka pull request: Minor: "-daemon" option is not mentioned in us...

2016-01-20 Thread sasakitoa
Github user sasakitoa closed the pull request at: https://github.com/apache/kafka/pull/634 --- 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: MINOR: Doc of topic-level configuration was ma...

2016-02-15 Thread sasakitoa
GitHub user sasakitoa opened a pull request: https://github.com/apache/kafka/pull/915 MINOR: Doc of topic-level configuration was made understandable. Some configuration of Broker topic-level conf should be specified Int or Long. Currently docs will mislead to allow to use unit

[GitHub] kafka pull request: MINOR: Doc of topic-level configuration is mis...

2016-02-16 Thread sasakitoa
Github user sasakitoa closed the pull request at: https://github.com/apache/kafka/pull/915 --- 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: [MINOR] server stop scripts don't work correct...

2016-03-26 Thread sasakitoa
GitHub user sasakitoa opened a pull request: https://github.com/apache/kafka/pull/1145 [MINOR] server stop scripts don't work correctlly in shell kafka-server-stop.sh and zookeeper-server-stop.sh don't work in shell. (however these work correctlly in bash) You can merge

[GitHub] kafka pull request: MINOR: Fix typos in docs

2016-03-03 Thread sasakitoa
GitHub user sasakitoa opened a pull request: https://github.com/apache/kafka/pull/1003 MINOR: Fix typos in docs You can merge this pull request into a Git repository by running: $ git pull https://github.com/sasakitoa/kafka Fix_typo_in_docs Alternatively you can review

[GitHub] kafka pull request: MINOR: server stop scripts don't work correctl...

2016-04-03 Thread sasakitoa
Github user sasakitoa closed the pull request at: https://github.com/apache/kafka/pull/1145 --- 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: MINOR: set charset of Javadoc to UTF-8

2016-05-20 Thread sasakitoa
GitHub user sasakitoa opened a pull request: https://github.com/apache/kafka/pull/1413 MINOR: set charset of Javadoc to UTF-8 Currently javadoc doesn't specify charset. This pull reqeust will set this to UTF-8. You can merge this pull request into a Git repository by running