kafka git commit: KAFKA-3697; Clean up website documentation of client usage

2016-09-29 Thread jgus
Repository: kafka Updated Branches: refs/heads/0.10.1 2a059fa68 -> 7de050ee5 KAFKA-3697; Clean up website documentation of client usage This is to imply that the Java consumer/producer are the recommended consumer/producer now. Author: Vahid Hashemian Reviewers:

kafka git commit: KAFKA-3697; Clean up website documentation of client usage

2016-09-29 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk 7c6d70655 -> d2a267b11 KAFKA-3697; Clean up website documentation of client usage This is to imply that the Java consumer/producer are the recommended consumer/producer now. Author: Vahid Hashemian Reviewers:

kafka git commit: KAFKA-3965; MirrorMaker should not commit offset when exception is thrown from producer.send

2016-09-29 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk 0c8c167e8 -> 7c6d70655 KAFKA-3965; MirrorMaker should not commit offset when exception is thrown from producer.send Author: Jiangjie Qin Reviewers: Manikumar Reddy , Ismael Juma

kafka git commit: KAFKA-3965; MirrorMaker should not commit offset when exception is thrown from producer.send

2016-09-29 Thread jgus
Repository: kafka Updated Branches: refs/heads/0.10.1 472b3a558 -> 2a059fa68 KAFKA-3965; MirrorMaker should not commit offset when exception is thrown from producer.send Author: Jiangjie Qin Reviewers: Manikumar Reddy , Ismael Juma

kafka git commit: MINOR: Allow for asynchronous start of producer consumer in validation test

2016-09-29 Thread jgus
Repository: kafka Updated Branches: refs/heads/0.10.1 18e05117a -> 472b3a558 MINOR: Allow for asynchronous start of producer consumer in validation test Author: Konstantine Karantasis Reviewers: Jason Gustafson Closes #1909 from

kafka git commit: MINOR: Allow for asynchronous start of producer consumer in validation test

2016-09-29 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk 2ca9177f4 -> 0c8c167e8 MINOR: Allow for asynchronous start of producer consumer in validation test Author: Konstantine Karantasis Reviewers: Jason Gustafson Closes #1909 from

kafka-site git commit: Fix another typo on the homepage.

2016-09-29 Thread jkreps
Repository: kafka-site Updated Branches: refs/heads/asf-site da5820751 -> 0ba7502a5 Fix another typo on the homepage. Project: http://git-wip-us.apache.org/repos/asf/kafka-site/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka-site/commit/0ba7502a Tree:

kafka git commit: KAFKA-4216; Control Leader & Follower Throttled Replicas Separately

2016-09-29 Thread ijuma
Repository: kafka Updated Branches: refs/heads/0.10.1 f2066 -> 18e05117a KAFKA-4216; Control Leader & Follower Throttled Replicas Separately Splits the throttled replica configuration (the list of which replicas should be throttled for each topic) into two. One for the leader throttle,

kafka git commit: HOTFIX: Tools for releases prior to 0.10.1 need --new-consumer flag

2016-09-29 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk 67e99d086 -> a6f3cf56b HOTFIX: Tools for releases prior to 0.10.1 need --new-consumer flag Author: Jason Gustafson Reviewers: Ismael Juma Closes #1931 from hachikuji/fix-broken-upgrade-tests