kafka git commit: MINOR: Replaced unnecessary map and getOrElse with exists

2016-10-18 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk b8cfa167e -> 2965f50e0 MINOR: Replaced unnecessary map and getOrElse with exists Author: himani1 <1himani.ar...@gmail.com> Reviewers: Jason Gustafson Closes #2035 from himani1/code_refactored Project:

kafka git commit: DOC: Documentation for Throttled Replication

2016-10-18 Thread gwenshap
Repository: kafka Updated Branches: refs/heads/0.10.1 d273480c4 -> b729ac520 DOC: Documentation for Throttled Replication Author: Ben Stopford Reviewers: Jun Rao, Gwen Shapira Closes #2033 from benstopford/throttling-docs (cherry picked from commit

kafka git commit: DOC: Documentation for Throttled Replication

2016-10-18 Thread gwenshap
Repository: kafka Updated Branches: refs/heads/trunk 3c02e5a20 -> b8cfa167e DOC: Documentation for Throttled Replication Author: Ben Stopford Reviewers: Jun Rao, Gwen Shapira Closes #2033 from benstopford/throttling-docs Project:

[kafka] Git Push Summary

2016-10-18 Thread ewencp
Repository: kafka Updated Branches: refs/heads/clarify-json-converter-failure [deleted] e233a3216

kafka git commit: MINOR: Clarify how to fix conversion issues when plain JSON data is used with schemas.enable=true

2016-10-18 Thread ewencp
Repository: kafka Updated Branches: refs/heads/clarify-json-converter-failure [created] e233a3216 MINOR: Clarify how to fix conversion issues when plain JSON data is used with schemas.enable=true Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit:

kafka git commit: MINOR: Remove duplicate doc headers

2016-10-18 Thread jgus
Repository: kafka Updated Branches: refs/heads/0.10.1 9f8dc1301 -> d273480c4 MINOR: Remove duplicate doc headers Author: Manikumar Reddy O Reviewers: Jason Gustafson Closes #2021 from omkreddy/LATEST-DOC-CHANGE (cherry picked from commit

kafka git commit: MINOR: Remove duplicate doc headers

2016-10-18 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk 6f842c1e9 -> 3c02e5a20 MINOR: Remove duplicate doc headers Author: Manikumar Reddy O Reviewers: Jason Gustafson Closes #2021 from omkreddy/LATEST-DOC-CHANGE Project:

kafka git commit: KAFKA-4310; Add missing Windows script `kafka-consumer-groups.bat`

2016-10-18 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk 925310aac -> 6f842c1e9 KAFKA-4310; Add missing Windows script `kafka-consumer-groups.bat` add file 'kafka-consumer-groups.bat' for Windows platform Author: amethystic Reviewers: Vahid Hashemian