kafka-site git commit: MINOR: fixing broken tag

2017-04-11 Thread gwenshap
Repository: kafka-site Updated Branches: refs/heads/asf-site b8a407363 -> 043c3ac55 MINOR: fixing broken tag Project: http://git-wip-us.apache.org/repos/asf/kafka-site/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka-site/commit/043c3ac5 Tree: http://git-wip-us.apache.org/repos/asf/k

kafka-site git commit: upgrade notes for 0.10.2.1

2017-04-11 Thread gwenshap
Repository: kafka-site Updated Branches: refs/heads/asf-site 4ac323afc -> b8a407363 upgrade notes for 0.10.2.1 Project: http://git-wip-us.apache.org/repos/asf/kafka-site/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka-site/commit/b8a40736 Tree: http://git-wip-us.apache.org/repos/asf

kafka git commit: MINOR: Added changes in 0.10.2.1

2017-04-11 Thread gwenshap
Repository: kafka Updated Branches: refs/heads/trunk 1d25369d2 -> a74f03584 MINOR: Added changes in 0.10.2.1 Author: Eno Thereska Reviewers: Gwen Shapira Closes #2824 from enothereska/minor-docs-0.10.2.1 (cherry picked from commit 5a68fa7e4e1315801c3128f95deedc0b2221ffaa) Signed-off-by: Gw

kafka git commit: MINOR: Added changes in 0.10.2.1

2017-04-11 Thread gwenshap
Repository: kafka Updated Branches: refs/heads/0.10.2 2adaa50f5 -> 5a68fa7e4 MINOR: Added changes in 0.10.2.1 Author: Eno Thereska Reviewers: Gwen Shapira Closes #2824 from enothereska/minor-docs-0.10.2.1 Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us

kafka git commit: MINOR: Make LeaderAndIsr immutable case class

2017-04-11 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk 256f8d566 -> 1d25369d2 MINOR: Make LeaderAndIsr immutable case class Also include a few code readability improvements. Author: jozi-k Reviewers: Guozhang Wang , Ismael Juma Closes #2731 from jozi-k/immutable_LeaderAndIsr Project: http

kafka git commit: KAFKA-5013; Fail the build when findbugs fails

2017-04-11 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk 8e7516ea2 -> 256f8d566 KAFKA-5013; Fail the build when findbugs fails Author: Colin P. Mccabe Reviewers: Ismael Juma Closes #2805 from cmccabe/KAFKA-5013 Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip

kafka git commit: KAFKA-4866; Console consumer `print.value` property is ignored

2017-04-11 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk d2f5589af -> 8e7516ea2 KAFKA-4866; Console consumer `print.value` property is ignored This property is mentioned in the quickstart. Author: huxi Reviewers: Ismael Juma Closes #2661 from amethystic/kafka4866_consoleconsumer_ignore_printv

kafka git commit: MINOR: Fix typo in consumer ACL example

2017-04-11 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk 7c58351e9 -> d2f5589af MINOR: Fix typo in consumer ACL example Author: sunnykrgupta Reviewers: Manikumar Reddy , Ismael Juma Closes #2839 from sunnykrGupta/trunk Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http:

kafka git commit: MINOR: Document ordering contract of iterator for window stores and session stores

2017-04-11 Thread ijuma
Repository: kafka Updated Branches: refs/heads/0.10.2 629ee94d2 -> 2adaa50f5 MINOR: Document ordering contract of iterator for window stores and session stores Author: Michael G. Noll Reviewers: Damian Guy , Ismael Juma Closes #2751 from miguno/trunk-streams-window-iterator-doc-fixes (ch

kafka git commit: MINOR: Document ordering contract of iterator for window stores and session stores

2017-04-11 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk d0e7c6b93 -> 7c58351e9 MINOR: Document ordering contract of iterator for window stores and session stores Author: Michael G. Noll Reviewers: Damian Guy , Ismael Juma Closes #2751 from miguno/trunk-streams-window-iterator-doc-fixes Pro

[2/2] kafka git commit: KAFKA-5043; Rename GroupCoordinator to FindCoordinator (KIP-98)

2017-04-11 Thread ijuma
KAFKA-5043; Rename GroupCoordinator to FindCoordinator (KIP-98) Also: 1. FindCoordinator is more general and takes a coordinator_type so that it can be used for the group and transaction coordinators. 2. Include an error message in FindCoordinatorResponse to make the errors at the client side more

[1/2] kafka git commit: KAFKA-5043; Rename GroupCoordinator to FindCoordinator (KIP-98)

2017-04-11 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk 749e9e14c -> d0e7c6b93 http://git-wip-us.apache.org/repos/asf/kafka/blob/d0e7c6b9/clients/src/test/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinatorTest.java -