kafka-site git commit: MINOR: Update verbiage on landing page

2017-10-03 Thread guozhang
Repository: kafka-site Updated Branches: refs/heads/asf-site 851b2683e -> 72b3bc737 MINOR: Update verbiage on landing page Author: Joel Hamill Author: Joel Hamill <11722533+joel-ham...@users.noreply.github.com> Reviewers: Guozhang Wang ,

kafka git commit: KAFKA-5864; ReplicaFetcherThread should not die due to replica in offline log directory

2017-10-03 Thread junrao
Repository: kafka Updated Branches: refs/heads/trunk 05357b703 -> cbef33f3d KAFKA-5864; ReplicaFetcherThread should not die due to replica in offline log directory Author: Dong Lin Reviewers: Jun Rao , Ismael Juma Closes #3820

kafka git commit: KAFKA-5902: Added sink task metrics (KIP-196)

2017-10-03 Thread ewencp
Repository: kafka Updated Branches: refs/heads/trunk 5663f51ed -> 05357b703 KAFKA-5902: Added sink task metrics (KIP-196) Added Connect metrics specific to source tasks, and builds upon #3864 and #3911 that have already been merged into `trunk`, and #3959 that has yet to be merged. I'll

kafka git commit: KAFKA-4108; Improve DumpLogSegments offsets-decoder output format

2017-10-03 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk 9e35a2aa7 -> 5663f51ed KAFKA-4108; Improve DumpLogSegments offsets-decoder output format This PR improves the output format of DumpLogSegments when the `--offset-decoder` option is used for consuming `__consumer_offsets`, especially when

kafka git commit: MINOR: Add / to connect docs, because HTML render doesn't respect blank lines

2017-10-03 Thread ewencp
Repository: kafka Updated Branches: refs/heads/trunk 42b356500 -> 9e35a2aa7 MINOR: Add / to connect docs, because HTML render doesn't respect blank lines This just adds ``/`` to paragraphs in Kafak Connect docs. ewencp are you a good person to review this? Author: Tom Bentley

kafka git commit: KAFKA-6005; Reject JoinGroup request from first member with empty protocol type/protocol list

2017-10-03 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk 3dcbbf703 -> 42b356500 KAFKA-6005; Reject JoinGroup request from first member with empty protocol type/protocol list Author: Manikumar Reddy Reviewers: Jason Gustafson Closes #3957 from

[2/2] kafka git commit: MINOR: fix JavaDocs warnings

2017-10-03 Thread damianguy
MINOR: fix JavaDocs warnings - add some missing annotations for deprecated methods Author: Matthias J. Sax Reviewers: Michael G. Noll , Damian Guy Closes #4005 from mjsax/minor-fix-javadoc-warnings Project:

[1/2] kafka git commit: MINOR: fix JavaDocs warnings

2017-10-03 Thread damianguy
Repository: kafka Updated Branches: refs/heads/trunk 716330a5b -> 3dcbbf703 http://git-wip-us.apache.org/repos/asf/kafka/blob/3dcbbf70/streams/src/main/java/org/apache/kafka/streams/kstream/KTable.java -- diff --git

kafka git commit: KAFKA-5843; Mx4jLoader.maybeLoad should only be executed if kafka_mx4jenable is set to true

2017-10-03 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk a1a5e93be -> 716330a5b KAFKA-5843; Mx4jLoader.maybeLoad should only be executed if kafka_mx4jenable is set to true Author: Dong Lin Author: Ralph Weires Reviewers: Ismael Juma Closes #3797 from