kafka git commit: MINOR: Code cleanup and JavaDoc improvements for clients and Streams

2017-10-30 Thread guozhang
Repository: kafka Updated Branches: refs/heads/trunk 7fe88e8bd -> c7ab3efcb MINOR: Code cleanup and JavaDoc improvements for clients and Streams Author: Matthias J. Sax Reviewers: Bill Bejeck , Jason Gustafson , Guozhang Wang

kafka-site git commit: Adding Trivago logo to streams page

2017-10-30 Thread guozhang
Repository: kafka-site Updated Branches: refs/heads/asf-site 757687334 -> e977ecca1 Adding Trivago logo to streams page guozhangwang Please review Author: Manjula K Reviewers: Guozhang Wang, Miachel G. Noll Closes #105 from manjuapu/lighthouse-logo Project:

kafka git commit: KAFKA-2903; FileRecords.read doesn't handle size > sizeInBytes when start is not zero

2017-10-30 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk 6118ecb59 -> 8e4b3dca7 KAFKA-2903; FileRecords.read doesn't handle size > sizeInBytes when start is not zero Author: Ismael Juma Reviewers: Jason Gustafson Closes #4158 from

kafka git commit: KAFKA-6073; Use ZookeeperClient in KafkaApis

2017-10-30 Thread junrao
Repository: kafka Updated Branches: refs/heads/trunk f4e9c84c5 -> 9504af72f KAFKA-6073; Use ZookeeperClient in KafkaApis I kept zkUtils for the call to AdminUtils.createTopic(). AdminUtils can be done in another PR. Is there a reason why we use TopicAndPartition instead of TopicPartition in