kafka git commit: KAFKA-3051 KAFKA-3048; Security config docs improvements

2016-01-04 Thread junrao
Repository: kafka Updated Branches: refs/heads/trunk b93f48f74 -> 57df460f8 KAFKA-3051 KAFKA-3048; Security config docs improvements Author: Ismael Juma Reviewers: Jun Rao Closes #724 from ijuma/minor-security-fixes Project:

kafka git commit: MINOR: Update version to 0.9.0.1-SNAPSHOT

2016-01-04 Thread gwenshap
Repository: kafka Updated Branches: refs/heads/0.9.0 80030022d -> 71868da5c MINOR: Update version to 0.9.0.1-SNAPSHOT Author: Ewen Cheslack-Postava Reviewers: Gwen Shapira Closes #727 from ewencp/minor-0.9.0.1-SNAPSHOT Project:

kafka git commit: KAFKA-3051 KAFKA-3048; Security config docs improvements

2016-01-04 Thread junrao
Repository: kafka Updated Branches: refs/heads/0.9.0 71868da5c -> 4a236945e KAFKA-3051 KAFKA-3048; Security config docs improvements Author: Ismael Juma Reviewers: Jun Rao Closes #724 from ijuma/minor-security-fixes (cherry picked from commit

[2/2] kafka git commit: KAFKA-3016: phase-1. A local store for join window

2016-01-04 Thread guozhang
KAFKA-3016: phase-1. A local store for join window guozhangwang An implementation of local store for join window. This implementation uses "rolling" of RocksDB instances for timestamp based truncation. Author: Yasuhiro Matsuda Reviewers: Guozhang Wang Closes #726 from

[1/2] kafka git commit: KAFKA-3016: phase-1. A local store for join window

2016-01-04 Thread guozhang
Repository: kafka Updated Branches: refs/heads/trunk 57df460f8 -> b0b3e5aeb http://git-wip-us.apache.org/repos/asf/kafka/blob/b0b3e5ae/streams/src/test/java/org/apache/kafka/test/MockProcessorContext.java -- diff --git

kafka git commit: KAFKA-3052; Broker properties get logged twice if acl enabled

2016-01-04 Thread guozhang
Repository: kafka Updated Branches: refs/heads/0.9.0 e32ef73a5 -> 80030022d KAFKA-3052; Broker properties get logged twice if acl enabled Fix it by making it possible to pass the `doLog` parameter to `AbstractConfig`. As explained in the code comments, this means that we can continue to

kafka git commit: KAFKA-3052; Broker properties get logged twice if acl enabled

2016-01-04 Thread guozhang
Repository: kafka Updated Branches: refs/heads/trunk 267952460 -> f9642e2a9 KAFKA-3052; Broker properties get logged twice if acl enabled Fix it by making it possible to pass the `doLog` parameter to `AbstractConfig`. As explained in the code comments, this means that we can continue to