[GitHub] kafka pull request #1578: MINOR: remove "auto.commit.interval.ms" from "Manu...

2016-07-01 Thread xuwei-k
GitHub user xuwei-k opened a pull request: https://github.com/apache/kafka/pull/1578 MINOR: remove "auto.commit.interval.ms" from "Manual Offset Control" example You can merge this pull request into a Git repository by running: $ git pull https://gith

[GitHub] kafka pull request: MINOR: remove unnecessary imports

2016-03-02 Thread xuwei-k
Github user xuwei-k closed the pull request at: https://github.com/apache/kafka/pull/65 --- 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: fix typo

2016-03-02 Thread xuwei-k
GitHub user xuwei-k opened a pull request: https://github.com/apache/kafka/pull/996 MINOR: fix typo You can merge this pull request into a Git repository by running: $ git pull https://github.com/xuwei-k/kafka patch-1 Alternatively you can review and apply these changes

[GitHub] kafka pull request: MINOR: use Vector instead of List

2016-03-01 Thread xuwei-k
GitHub user xuwei-k opened a pull request: https://github.com/apache/kafka/pull/995 MINOR: use Vector instead of List `Vector#:+` is more efficient rather than `List#++` in this case. You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] kafka pull request: remove unnecessary imports

2015-05-13 Thread xuwei-k
GitHub user xuwei-k opened a pull request: https://github.com/apache/kafka/pull/65 remove unnecessary imports You can merge this pull request into a Git repository by running: $ git pull https://github.com/xuwei-k/kafka remove-imports Alternatively you can review and apply