Jenkins build is back to normal : kafka-trunk-jdk8 #2155

2017-10-21 Thread Apache Jenkins Server
See

Build failed in Jenkins: kafka-trunk-jdk9 #141

2017-10-21 Thread Apache Jenkins Server
See Changes: [wangguoz] KAFKA-6042: Avoid deadlock between two groups with delayed operations -- [...truncated 1.41 MB...] kafka.message.MessageTest > testFieldValues START

Jenkins build is back to normal : kafka-trunk-jdk7 #2910

2017-10-21 Thread Apache Jenkins Server
See

[GitHub] kafka pull request #4103: KAFKA-6042: Avoid deadlock between two groups with...

2017-10-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/4103 ---

Re: Apache Kafka Connectors and Apache Camel Components

2017-10-21 Thread chris snow
Thanks for the info, Guozhang. It’s useful to have the historical perspective. On Sat, 21 Oct 2017 at 19:52, Guozhang Wang wrote: > Hi Chris, > > There has been some discussions of keeping an eco-system around Apache > Kafka v.s. making every component of it as in AK in the community. > > In t

Re: Apache Kafka Connectors and Apache Camel Components

2017-10-21 Thread Guozhang Wang
Hi Chris, There has been some discussions of keeping an eco-system around Apache Kafka v.s. making every component of it as in AK in the community. In the past we have tried to follow the latter approach, e.g. keeping the contributed hadoop clients within AK: https://github.com/apache/kafka/tree/

[GitHub] kafka pull request #4111: KAFKA-6073: Use ZookeeperClient in KafkaApis

2017-10-21 Thread mimaison
GitHub user mimaison opened a pull request: https://github.com/apache/kafka/pull/4111 KAFKA-6073: Use ZookeeperClient in KafkaApis I kept zkUtils for the call to AdminUtils.createTopic(). AdminUtils can be done in another PR You can merge this pull request into a Git repository by

[GitHub] kafka pull request #4110: [KAFKA-5212] Consumer ListOffsets request can star...

2017-10-21 Thread ConcurrencyPractitioner
GitHub user ConcurrencyPractitioner opened a pull request: https://github.com/apache/kafka/pull/4110 [KAFKA-5212] Consumer ListOffsets request can starve group heartbeats You can merge this pull request into a Git repository by running: $ git pull https://github.com/Concurrenc

[jira] [Created] (KAFKA-6103) one broker appear to dead lock after running serval hours with a fresh cluster

2017-10-21 Thread Peyton Peng (JIRA)
Peyton Peng created KAFKA-6103: -- Summary: one broker appear to dead lock after running serval hours with a fresh cluster Key: KAFKA-6103 URL: https://issues.apache.org/jira/browse/KAFKA-6103 Project: Kaf

Apache Kafka Connectors and Apache Camel Components

2017-10-21 Thread chris snow
I've been working with Kafka Connect for a short while, and I can't help but contrast it with the approach taken by Apache Camel. Camel takes an inclusive approach to components - it has a huge number of components (connectors) that are included as part of the official Camel distribution. This ma

[GitHub] kafka pull request #4109: KAFKA-6024 - Move validation in KafkaConsumer ahea...

2017-10-21 Thread shivsantham
GitHub user shivsantham opened a pull request: https://github.com/apache/kafka/pull/4109 KAFKA-6024 - Move validation in KafkaConsumer ahead of acquireAndEnsu… In several methods, parameter validation is done after calling acquireAndEnsureOpen() in Kafka Consumer : pu