[2/2] kafka git commit: MINOR: Ensure consumer logging has clientId/groupId context

2017-08-19 Thread jgus
MINOR: Ensure consumer logging has clientId/groupId context This patch ensures that the consumer groupId and clientId are available in all log messages which makes debugging much easier when a single application has multiple consumer instances. To make this easier, I've added a new `LogContext`

[1/2] kafka git commit: MINOR: Ensure consumer logging has clientId/groupId context

2017-08-19 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk ed96523a2 -> 6896f1ddb http://git-wip-us.apache.org/repos/asf/kafka/blob/6896f1dd/connect/runtime/src/main/java/org/apache/kafka/connect/runtime/distributed/WorkerGroupMember.java

[2/2] kafka git commit: KAFKA-4501; Java 9 compilation and runtime fixes

2017-08-19 Thread ijuma
KAFKA-4501; Java 9 compilation and runtime fixes Compilation error fixes: - Avoid ambiguity error when appending to Properties in Scala code (https://github.com/scala/bug/issues/10418) - Use position() and limit() to fix ambiguity issue (

[1/2] kafka git commit: KAFKA-4501; Java 9 compilation and runtime fixes

2017-08-19 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk 3e22c1c04 -> ed96523a2 http://git-wip-us.apache.org/repos/asf/kafka/blob/ed96523a/core/src/main/scala/kafka/utils/ToolsUtils.scala -- diff --git